File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424else :
2525 shlibpath_var = "LD_LIBRARY_PATH"
2626config .environment [shlibpath_var ] = os .path .pathsep .join (
27- (config . shlibdir , config . llvm_libs_dir , config .environment .get (shlibpath_var , "" ))
27+ ("@SHLIBDIR@" , "@LLVM_LIBS_DIR@" , config .environment .get (shlibpath_var , "" ))
2828)
2929
3030# It is not realistically possible to account for all options that could
Original file line number Diff line number Diff line change 1616else :
1717 shlibpath_var = "LD_LIBRARY_PATH"
1818config .environment [shlibpath_var ] = os .path .pathsep .join (
19- (config . shlibdir , config . llvm_libs_dir , config .environment .get (shlibpath_var , "" ))
19+ ("@SHLIBDIR@" , "@LLVM_LIBS_DIR@" , config .environment .get (shlibpath_var , "" ))
2020)
2121
2222# It is not realistically possible to account for all options that could
You can’t perform that action at this time.
0 commit comments