mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Work around faulty vcvarsall.bat scripts #2315
This commit is contained in:
parent
ca3ca0591e
commit
bf5a825317
@ -187,7 +187,7 @@ echo PATH=%%PATH%%
|
||||
echo INCLUDE=%%INCLUDE%%
|
||||
echo LIB=%%LIB%%;%%LIBPATH%%
|
||||
""" % (vcvars,target))
|
||||
sout = conf.cmd_and_log(['cmd.exe', '/E:on', '/V:on', '/C', batfile.abspath()])
|
||||
sout = conf.cmd_and_log(['cmd.exe', '/E:on', '/V:on', '/C', batfile.abspath()], stdin=getattr(Utils.subprocess, 'DEVNULL', None))
|
||||
lines = sout.splitlines()
|
||||
|
||||
if not lines[0]:
|
||||
|
Loading…
Reference in New Issue
Block a user