Skip to content

Commit

Permalink
Fix building Windows release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Apr 17, 2019
1 parent 39cceb0 commit 8bb5788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ $targetPath="$targetDir/$appName.exe"

function Build
{
dub build -b release --verror
dub build -b release --verror --arch=$env:arch --compiler=$env:DC
}

function TestDstep
{
dub -c test-functional --verror
dub -c test-functional --verror --arch=$env:arch --compiler=$env:DC
}

function Version
Expand Down

0 comments on commit 8bb5788

Please sign in to comment.