1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE% in vcvarsall.bat.

llvm-svn: 152588
This commit is contained in:
NAKAMURA Takumi 2012-03-13 00:02:06 +00:00
parent 8afd951f49
commit d5f8656288

View File

@ -21,6 +21,7 @@ class TestingConfig:
if sys.platform == 'win32':
environment.update({
'INCLUDE' : os.environ.get('INCLUDE',''),
'PATHEXT' : os.environ.get('PATHEXT',''),
'PYTHONUNBUFFERED' : '1',
'TEMP' : os.environ.get('TEMP',''),