scons fix
This commit is contained in:
@@ -44,14 +44,8 @@ incs = ['.',
|
||||
defs = [ 'GLEW_STATIC' ]
|
||||
|
||||
if env['WITH_BF_PYTHON']:
|
||||
<<<<<<< .working
|
||||
incs += Split(env['BF_PYTHON_INC'])
|
||||
else:
|
||||
defs.append('DISABLE_PYTHON')
|
||||
=======
|
||||
incs += Split(env['BF_PYTHON_INC'])
|
||||
defs.append('WITH_PYTHON')
|
||||
>>>>>>> .merge-right.r35190
|
||||
|
||||
if env['WITH_BF_FFMPEG']:
|
||||
defs.append('WITH_FFMPEG')
|
||||
|
||||
Reference in New Issue
Block a user