Changing some default link flags, crossing fingers and waiting for bugs to

magically be fixed.
This commit is contained in:
D.J. Capelis 2006-07-14 02:02:57 +00:00
parent 224987b0fc
commit 6a72f9f61d

@ -146,3 +146,9 @@ BF_DEBUG_FLAGS = ''
BF_BUILDDIR = '../build/linux2'
BF_INSTALLDIR='../install/linux2'
#Python linking
PYTHON_LINKFLAGS = ['-Xlinker', '-export-dynamic']
#Link against pthread
PLATFORM_LINKFLAGS = ['-pthread']