Lit: Propagate LIB & LIBPATH env-vars on Windows.
This commit is contained in:
parent
20c0d02aaf
commit
960f6e4be7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user