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.
This commit is contained in:
Campbell Barton
2011-02-25 14:45:45 +00:00
parent 2cf20fde1b
commit e06eea4fba
4 changed files with 6 additions and 8 deletions

2
extern/SConscript vendored
View File

@@ -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']: