scons fix
This commit is contained in:
@@ -9,14 +9,9 @@ incs = '. #intern/guardedalloc #source/kernel/gen_system #intern/string #intern/
|
||||
defs = [ 'GLEW_STATIC' ]
|
||||
|
||||
if env['WITH_BF_PYTHON']:
|
||||
<<<<<<< .working
|
||||
incs += ' ' + env['BF_PYTHON_INC']
|
||||
else:
|
||||
defs.append('DISABLE_PYTHON')
|
||||
=======
|
||||
incs += ' ' + env['BF_PYTHON_INC']
|
||||
defs.append('WITH_PYTHON')
|
||||
>>>>>>> .merge-right.r35190
|
||||
|
||||
|
||||
if env['WITH_BF_CXX_GUARDEDALLOC']:
|
||||
defs.append('WITH_CXX_GUARDEDALLOC')
|
||||
|
||||
Reference in New Issue
Block a user