==SCons==
* Add check for WITH_BF_OPENEXR to ensure WITH_OPENEXR is specified when needed. Now workyworky again
This commit is contained in:
@@ -19,6 +19,9 @@ if env['WITH_BF_QUICKTIME'] == 1:
|
||||
if env['WITH_BF_FFMPEG'] == 1:
|
||||
defs.append('WITH_FFMPEG')
|
||||
|
||||
if env['WITH_BF_OPENEXR']:
|
||||
defs.append('WITH_OPENEXR')
|
||||
|
||||
if env['OURPLATFORM']=='linux2':
|
||||
cflags='-pthread'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user