Fix missing z_verbose and z_error symbols in debug iOS build.
This commit is contained in:
@ -66,7 +66,7 @@ if env['builtin_freetype']:
|
||||
env.Prepend(CPPPATH=[thirdparty_dir + "/include"])
|
||||
|
||||
env_freetype.Append(CPPDEFINES=['FT2_BUILD_LIBRARY', 'FT_CONFIG_OPTION_USE_PNG'])
|
||||
if (env['target'] != 'release'):
|
||||
if (env['target'] == 'debug'):
|
||||
env_freetype.Append(CPPDEFINES=['ZLIB_DEBUG'])
|
||||
|
||||
# Also requires libpng headers
|
||||
|
||||
Reference in New Issue
Block a user