mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 08:30:49 +03:00
keep echo on
(cherry picked from commit b8ffa18f91e015528b91ad4413b5f6b21dfa0a46)
This commit is contained in:
parent
a1f0cb7aec
commit
7e3389c659
|
@ -114,6 +114,7 @@ def setup_compiler(compiler):
|
||||||
return (
|
return (
|
||||||
r"""setlocal EnableDelayedExpansion
|
r"""setlocal EnableDelayedExpansion
|
||||||
call "%%ProgramFiles%%\Microsoft SDKs\Windows\%(env_version)s\Bin\SetEnv.Cmd" /Release %(env_flags)s
|
call "%%ProgramFiles%%\Microsoft SDKs\Windows\%(env_version)s\Bin\SetEnv.Cmd" /Release %(env_flags)s
|
||||||
|
echo on
|
||||||
set INCLIB=%%INCLIB%%\%(inc_dir)s
|
set INCLIB=%%INCLIB%%\%(inc_dir)s
|
||||||
""" # noqa: E501
|
""" # noqa: E501
|
||||||
% compiler
|
% compiler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user