Skip to content

Commit

Permalink
[build] Leave at the source directory after build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed May 15, 2019
1 parent 1cd20e4 commit 98e602d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ if ($env:BUILD_TABLEGENS_ONLY -eq "1") {
# Build everything.
ninja ipaSim-x86-Debug ipaSim-x86-Release
}
exit $LASTEXITCODE
$ExitCode = $LastExitCode

popd
exit $ExitCode

0 comments on commit 98e602d

Please sign in to comment.