keep echo on

(cherry picked from commit b8ffa18f91e015528b91ad4413b5f6b21dfa0a46)
This commit is contained in:
nulano 2019-09-21 01:24:03 +02:00
parent a1f0cb7aec
commit 7e3389c659

View File

@ -114,6 +114,7 @@ def setup_compiler(compiler):
return (
r"""setlocal EnableDelayedExpansion
call "%%ProgramFiles%%\Microsoft SDKs\Windows\%(env_version)s\Bin\SetEnv.Cmd" /Release %(env_flags)s
echo on
set INCLIB=%%INCLIB%%\%(inc_dir)s
""" # noqa: E501
% compiler