* r22739 broke compilation with scons. Make sure WITH_OPENEXR definition is given

This commit is contained in:
Nathan Letwory
2009-08-24 12:34:19 +00:00
parent 0b459178e1
commit 01e2aa0249

View File

@@ -13,6 +13,6 @@ incs = ['.',
'../../../makesdna'] '../../../makesdna']
incs += Split(env['BF_OPENEXR_INC']) incs += Split(env['BF_OPENEXR_INC'])
defs = [] defs = ['WITH_OPENEXR']
env.BlenderLib ('bf_openexr', source_files, incs, defs, libtype=['core','player'], priority = [225, 85]) env.BlenderLib ('bf_openexr', source_files, incs, defs, libtype=['core','player'], priority = [225, 85])