|
@@ -59,6 +59,8 @@ if env['builtin_freetype']:
|
|
|
if env['platform'] == 'uwp':
|
|
|
# Include header for UWP to fix build issues
|
|
|
env_freetype.Append(CCFLAGS=['/FI', '"modules/freetype/uwpdef.h"'])
|
|
|
+ # Globally too, as freetype is used in scene (see bottom)
|
|
|
+ env.Append(CCFLAGS=['/FI', '"modules/freetype/uwpdef.h"'])
|
|
|
|
|
|
sfnt = thirdparty_dir + 'src/sfnt/sfnt.c'
|
|
|
if env['platform'] == 'javascript':
|