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:
authorKen Hughes <khughes@pacific.edu>2008-04-17 23:01:00 +0400
committerKen Hughes <khughes@pacific.edu>2008-04-17 23:01:00 +0400
commita1689a5e9a86e1078e6665a38c26ef45c4a90048 (patch)
treee00f2dc95a7bd8b4d6261d1068a55cadca878e19 /SConstruct
parent0ecf7a6f5bce3d2f3291e61823a0fc295c153a98 (diff)
Change scons so OpenMP library is appended at end of linkage line with other
libraries (fixes a problem with statically linking OpenMP).
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index a42a7ce40a0..47914b8853d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -189,7 +189,6 @@ if env['WITH_BF_OPENMP'] == 1:
env['CPPFLAGS'].append('-openmp')
env['CXXFLAGS'].append('-openmp')
else:
- env.Append(LINKFLAGS=['-lgomp'])
env['CCFLAGS'].append('-fopenmp')
env['CPPFLAGS'].append('-fopenmp')
env['CXXFLAGS'].append('-fopenmp')