git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@569
e16421f0-f15b-0410-abcd-
98678b794739
# env.Append(CXXFLAGS="-g")
# Set libs to link to
- libs = ['stdc++','gtest','pthread']
+ libs = ['stdc++','pthread']
if 'LIBPATH' in os.environ:
libpath = os.environ['LIBPATH']
else:
Import("libpath")
cpppath = env["CPPPATH"]
-libs = ['p2tp'] + libs # order is important, crypto needs to be last
+libs = ['p2tp','gtest'] + libs # order is important, crypto needs to be last
if sys.platform == "win32":
cpppath = ".."