Skip to content

Commit 85b7f6d

Browse files
committed
fix :build-models on windows
1 parent 305ebc4 commit 85b7f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-models/dub.sdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name "build-models"
33
targetType "sourceLibrary"
44

55
configuration "application" {
6-
postBuildCommands "./$DUB_ROOT_PACKAGE_TARGET_PATH$DUB_ROOT_PACKAGE_TARGET_NAME --DORM-dump-models-json"
6+
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"
78
versions "DormBuildModels"
89
}
910

0 commit comments

Comments
 (0)