Skip to content

Commit 758c781

Browse files
gdamoreWebFreak001
andauthored
Do not depend on rdmd. (#692)
Co-authored-by: Jan Jurzitza <[email protected]>
1 parent 29dba75 commit 758c781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/dub.sdl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name "common"
22
stringImportPaths "../bin"
3-
preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\""
3+
preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
4+
45
sourcePaths "src"
56
importPaths "src"
67

0 commit comments

Comments
 (0)