Change rdmd to $DC -run

fix #472
This commit is contained in:
Jan Jurzitza 2022-06-13 16:20:35 +02:00 committed by GitHub
parent ed5fc2ffd2
commit 05096e1fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"versions" : [ "versions" : [
"built_with_dub" "built_with_dub"
], ],
"preGenerateCommands" : [ "preBuildCommands" : [
"rdmd \"$PACKAGE_DIR/dubhash.d\"" "$DC -run \"$PACKAGE_DIR/dubhash.d\""
] ]
} }