From e06eea4fbad2932dcceab99ee865ac02a6078129 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Feb 2011 14:45:45 +0000 Subject: 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. --- extern/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern/SConscript') 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']: -- cgit v1.2.3