SCons: correct includes after recent refactor

This commit is contained in:
Campbell Barton
2014-11-24 00:47:32 +01:00
parent 92f13f7287
commit 73633388ff
2 changed files with 1 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ incs = [
'#/intern/rigidbody',
'#/extern/bullet2/src',
env['BF_GLEW_INC'],
'#/intern/ghost',
'#/intern/glew-mx',
'#/intern/audaspace/intern',
'#/intern/elbeem/extern',

View File

@@ -34,7 +34,6 @@ cflags=''
incs = [
'.',
'#/extern/wcwidth',
'#/intern/ghost',
'#/intern/guardedalloc',
'../makesdna',
env['BF_FREETYPE_INC'],