mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc
needs to find some libraries, which may require searching the directories given by LIBRARY_PATH on curiously configured systems. So pass on LIBRARY_PATH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3f95c9274
commit
7201c9f1f1
@ -10,6 +10,7 @@ class TestingConfig:
|
||||
if config is None:
|
||||
# Set the environment based on the command line arguments.
|
||||
environment = {
|
||||
'LIBRARY_PATH' : os.environ.get('LIBRARY_PATH',''),
|
||||
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH',''),
|
||||
'PATH' : os.pathsep.join(litConfig.path +
|
||||
[os.environ.get('PATH','')]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user