Newer
Older
dub_jkp / test / issue1775 / dub.json
{
    "name": "test",
    "targetName": "test-application",
    "preBuildCommands-posix": [ "[ -f issue1775.marker ]" ],
    "preBuildCommands-windows": [ "if not exist issue1775.marker exit /b 1" ]
}