More build fixes for r58428.

This commit is contained in:
Mitchell Stokes 2013-07-20 01:15:36 +00:00
parent e3c3a6e2c8
commit 81769b4f58
3 changed files with 2 additions and 1 deletions

@ -57,6 +57,7 @@ set(INC_SYS
${PYTHON_INCLUDE_DIRS}
${PNG_INCLUDE_DIR}
${ZLIB_INCLUDE_DIRS}
${BOOST_INCLUDE_DIR}
)
set(SRC

@ -78,6 +78,5 @@ if env['WITH_BF_PYTHON']:
incs.extend(Split(env['BF_PNG_INC']))
incs.extend(Split(env['BF_ZLIB_INC']))
incs += ' ' + env['BF_BOOST_INC']
env.BlenderLib (libname='ge_player_common', sources=source_files, includes=incs, defines = defs, libtype=['player'], priority=[5], cxx_compileflags=env['BGE_CXXFLAGS'])

@ -71,6 +71,7 @@ incs = [
]
incs.append(env['BF_PTHREADS_INC'])
incs.append(env['BF_BOOST_INC'])
defs = [
'GLEW_STATIC',