Do not depend on rdmd. (#692)

Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
Garrett D'Amore 2022-11-09 10:52:34 -08:00 committed by GitHub
parent 29dba75ce9
commit 758c78145f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name "common"
stringImportPaths "../bin"
preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\""
preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
sourcePaths "src"
importPaths "src"