Skip to content

Commit 8bb5788

Browse files
Fix building Windows release builds
1 parent 39cceb0 commit 8bb5788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_release.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ $targetPath="$targetDir/$appName.exe"
88

99
function Build
1010
{
11-
dub build -b release --verror
11+
dub build -b release --verror --arch=$env:arch --compiler=$env:DC
1212
}
1313

1414
function TestDstep
1515
{
16-
dub -c test-functional --verror
16+
dub -c test-functional --verror --arch=$env:arch --compiler=$env:DC
1717
}
1818

1919
function Version

0 commit comments

Comments
 (0)