(OSX PPC) Compile in HAVE_STB_FONT

This commit is contained in:
neville 2015-07-19 23:09:22 +02:00
parent c43e33a816
commit c9de30dd98
2 changed files with 4 additions and 1 deletions

View File

@ -282,7 +282,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DHAVE_GRIFFIN",
"-DHAVE_CORETEXT",
"-DHAVE_STB_FONT",
"-DHAVE_IOHIDMANAGER",
"-DHAVE_RGUI",
"-DHAVE_MENU",
@ -348,6 +348,7 @@
"-DNS_BLOCK_ASSERTIONS=1",
"-DNDEBUG",
"-DHAVE_GRIFFIN",
"-DHAVE_STB_FONT",
"-DHAVE_IOHIDMANAGER",
"-DHAVE_RGUI",
"-DHAVE_MENU",

View File

@ -63,6 +63,8 @@ static bool gl_raster_font_upload_atlas(gl_raster_t *font,
bool modern = font->gl->core_context ||
(cb->context_type == RETRO_HW_CONTEXT_OPENGL &&
cb->version_major >= 3);
(void)modern;
if (ancient)
{