* WITH_BF_GETTEXT and WITH_BF_FREETYPE are merged into WITH_BF_INTERNATIONAL
* typo in adding BF_OPENAL_LIBPATH, resulting in it not being added at all
This commit is contained in:
@@ -19,7 +19,7 @@ incs += ' ' + env['BF_OPENGL_INC']
|
||||
|
||||
defs = []
|
||||
|
||||
if env['WITH_BF_FREETYPE'] == 1:
|
||||
if env['WITH_BF_INTERNATIONAL'] == 1:
|
||||
incs += ' ../ftfont'
|
||||
defs.append('INTERNATIONAL')
|
||||
defs.append('FTGL_STATIC_LIBRARY')
|
||||
|
||||
Reference in New Issue
Block a user