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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-25 17:45:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 17:45:45 +0300
commite06eea4fbad2932dcceab99ee865ac02a6078129 (patch)
treeca9f43d80b2e5e1808425722cb181de0c38c0ff9 /extern/SConscript
parent2cf20fde1b2f3494b8bd12e73fb9ccc17959f536 (diff)
fix for scons with recent change to how BINRELOC is enabled via cmake.
also add WITH_PYTHON define to qtcreator project generator until we get a way to add them properly.
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 22c7dc23dce..bd73d71f123 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -13,7 +13,7 @@ if env['WITH_BF_OPENJPEG'] and env['BF_OPENJPEG_LIB'] == '':
if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '':
SConscript(['libredcode/SConscript'])
-if env['OURPLATFORM'] == 'linux2':
+if env['WITH_BF_BINRELOC']:
SConscript(['binreloc/SConscript']);
if env['WITH_BF_LZO']: