Fix for bug #13627: bFTGL sconscript missing opengl includes, didn't

compile with non-standard paths.
This commit is contained in:
Brecht Van Lommel 2008-06-09 10:03:30 +00:00
parent 71573cbd55
commit 57d83522a2

@ -22,7 +22,7 @@ Import('env')
#ftgl_env.Append (CPPDEFINES = defines) #ftgl_env.Append (CPPDEFINES = defines)
incs = 'include src ' + env['BF_FREETYPE_INC'] incs = 'include src ' + env['BF_FREETYPE_INC'] + ' ' + env['BF_OPENGL_INC']
defs = '' defs = ''
sources = env.Glob('src/*.cpp') sources = env.Glob('src/*.cpp')