From 9cf6e305a90581442d374860d3e4f278624d033c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 May 2013 21:56:55 +0000 Subject: split bge includes for scons onto their own lines (for easier merging) --- source/gameengine/Expressions/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Expressions') diff --git a/source/gameengine/Expressions/SConscript b/source/gameengine/Expressions/SConscript index a5231b6ea04..48102e5ba3c 100644 --- a/source/gameengine/Expressions/SConscript +++ b/source/gameengine/Expressions/SConscript @@ -41,7 +41,7 @@ incs = [ defs = [] if env['WITH_BF_PYTHON']: - incs += env['BF_PYTHON_INC'].split() + incs.extend(Split(env['BF_PYTHON_INC'])) defs.append('WITH_PYTHON') if env['WITH_BF_CXX_GUARDEDALLOC']: -- cgit v1.2.3