Skip to content

Commit

Permalink
keep echo on
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Sep 21, 2019
1 parent 8246897 commit cf9529b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion winbuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def vc_setup(compiler, bit):
arch = "x86" if bit == 32 else "x86_amd64"
script = (
r"""
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %s"""
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %s
echo on"""
% arch
)
return script
Expand Down

0 comments on commit cf9529b

Please sign in to comment.