Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorD.J. Capelis <blender@capelis.dj>2006-07-14 06:02:57 +0400
committerD.J. Capelis <blender@capelis.dj>2006-07-14 06:02:57 +0400
commit6a72f9f61dd4a9c5881388623e26a06f4c74efab (patch)
tree4934bb557445f5bee904fedb6585236c72354e33 /config
parent224987b0fcafb40e395cbd9093334d04361f9713 (diff)
Changing some default link flags, crossing fingers and waiting for bugs to
magically be fixed.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index bffcb0d56fa..9cff1e13f47 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -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']