Change rdmd to $DC -run

Fix #821
This commit is contained in:
Jan Jurzitza 2022-02-13 19:37:20 +00:00
parent 4f995ee76b
commit e639f8bcbe
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"stringImportPaths" : [ "stringImportPaths" : [
"bin" "bin"
], ],
"preGenerateCommands" : [ "preBuildCommands" : [
"rdmd \"$PACKAGE_DIR/dubhash.d\"" "$DC -run \"$PACKAGE_DIR/dubhash.d\""
] ]
} }