diff --git a/test/issue1775/dub.json b/test/issue1775/dub.json index 5640e4a..f1273ef 100644 --- a/test/issue1775/dub.json +++ b/test/issue1775/dub.json @@ -1,5 +1,6 @@ { "name": "test", "targetName": "test-application", - "preBuildCommands": [ "[ -f issue1775.marker ]" ] + "preBuildCommands-posix": [ "[ -f issue1775.marker ]" ], + "preBuildCommands-windows": [ "if not exist issue1775.marker exit /b 1" ] }