forked from OSchip/llvm-project
If LD_LIBRARY_PATH is set in the system environment, use it.
llvm-svn: 97796
This commit is contained in:
parent
343d2e48b2
commit
798ca1e6fe
|
@ -10,6 +10,7 @@ class TestingConfig:
|
||||||
if config is None:
|
if config is None:
|
||||||
# Set the environment based on the command line arguments.
|
# Set the environment based on the command line arguments.
|
||||||
environment = {
|
environment = {
|
||||||
|
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH',''),
|
||||||
'PATH' : os.pathsep.join(litConfig.path +
|
'PATH' : os.pathsep.join(litConfig.path +
|
||||||
[os.environ.get('PATH','')]),
|
[os.environ.get('PATH','')]),
|
||||||
'PATHEXT' : os.environ.get('PATHEXT',''),
|
'PATHEXT' : os.environ.get('PATHEXT',''),
|
||||||
|
|
Loading…
Reference in New Issue