split bge includes for scons onto their own lines (for easier merging)
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user