Lit: Propagate LIB & LIBPATH env-vars on Windows.

This commit is contained in:
Frederich Munch 2016-09-20 17:47:56 -04:00 committed by sftnight
parent 20c0d02aaf
commit 960f6e4be7

View File

@ -23,6 +23,9 @@ if platform.system() == 'Windows':
config.environment['PATH']))
config.environment['PATH'] = path
config.environment['LIB'] = os.environ['LIB']
config.environment['LIBPATH'] = os.environ['LIBPATH']
# testFormat: The test format to use to interpret tests.
#
# For now we require '&&' between commands, until they get globally killed and