LIBPATH, not LD_LIBRARY_PATH
This commit is contained in:
parent
4886a7fa16
commit
047c2c6059
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@ import os.path
|
|||
Import("env libhammer_shared testruns targets")
|
||||
|
||||
cppenv = env.Clone()
|
||||
cppenv.Append(CPPPATH=[".", "vendor/gtest-1.7.0/fused-src", "../.."])
|
||||
cppenv.Append(LD_LIBRARY_PATH=["../../"])
|
||||
cppenv.Append(CPPPATH=[".", "vendor/gtest-1.7.0/fused-src", "../.."],
|
||||
LIBS=["hammer"],
|
||||
LIBPATH=["../../"])
|
||||
cppenv.MergeFlags("-Wno-missing-field-initializers -DGTEST_HAS_PTHREAD=0")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue