We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305ebc4 commit 85b7f6dCopy full SHA for 85b7f6d
build-models/dub.sdl
@@ -3,7 +3,8 @@ name "build-models"
3
targetType "sourceLibrary"
4
5
configuration "application" {
6
- postBuildCommands "./$DUB_ROOT_PACKAGE_TARGET_PATH$DUB_ROOT_PACKAGE_TARGET_NAME --DORM-dump-models-json"
+ postBuildCommands ".\\$DUB_ROOT_PACKAGE_TARGET_PATH$DUB_ROOT_PACKAGE_TARGET_NAME --DORM-dump-models-json" platform="windows"
7
+ postBuildCommands "./$DUB_ROOT_PACKAGE_TARGET_PATH$DUB_ROOT_PACKAGE_TARGET_NAME --DORM-dump-models-json" platform="posix"
8
versions "DormBuildModels"
9
}
10
0 commit comments