mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +03:00
keep echo on
This commit is contained in:
parent
8246897101
commit
cf9529bbe6
|
@ -84,7 +84,8 @@ def vc_setup(compiler, bit):
|
||||||
arch = "x86" if bit == 32 else "x86_amd64"
|
arch = "x86" if bit == 32 else "x86_amd64"
|
||||||
script = (
|
script = (
|
||||||
r"""
|
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
|
% arch
|
||||||
)
|
)
|
||||||
return script
|
return script
|
||||||
|
|
Loading…
Reference in New Issue
Block a user