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
diff options
context:
space:
mode:
Diffstat (limited to 'config/linux2-config.py')
-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']