Update common/dub.sdl
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
parent
3dee407970
commit
3d2ce7877e
|
|
@ -1,6 +1,7 @@
|
||||||
name "common"
|
name "common"
|
||||||
stringImportPaths "../bin"
|
stringImportPaths "../bin"
|
||||||
preGenerateCommands "$DC -run \"$PACKAGE_DIR/dubhash.d\""
|
preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
|
||||||
|
|
||||||
sourcePaths "src"
|
sourcePaths "src"
|
||||||
importPaths "src"
|
importPaths "src"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue