oh linker, you so crazy

This commit is contained in:
Meredith L. Patterson 2014-01-16 20:28:56 +01:00
parent dfeafce3b3
commit 4886a7fa16

View file

@ -4,6 +4,7 @@ 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.MergeFlags("-Wno-missing-field-initializers -DGTEST_HAS_PTHREAD=0")