We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dba75 commit 758c781Copy full SHA for 758c781
common/dub.sdl
@@ -1,6 +1,7 @@
1
name "common"
2
stringImportPaths "../bin"
3
-preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\""
+preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
4
+
5
sourcePaths "src"
6
importPaths "src"
7
0 commit comments