Fix to allow several include dirs for python under scons build system (needed with new py3.3 debian-like packages).

This commit is contained in:
Bastien Montagne
2012-11-12 18:31:15 +00:00
parent f0caab41b2
commit e811a2d0ff
3 changed files with 14 additions and 8 deletions

View File

@@ -11,4 +11,4 @@ if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
incs += ' ' + env['BF_BOOST_INC']
env.BlenderLib( 'bf_intern_locale', sources, Split(incs), defs, libtype=['extern','player'], priority=[10, 185])
env.BlenderLib( 'bf_intern_locale', sources, Split(incs), defs, libtype=['intern','player'], priority=[10, 185])