Use a separate preprocessor define for using Framework #includes in OS X (resolves issue #796)

This commit is contained in:
Alex Szpakowski
2013-12-13 02:37:06 -04:00
parent 740347b240
commit eb4fdf3bbe
9 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "font/Font.h"
// FreeType2
#ifdef LOVE_MACOSX
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
#include <freetype/ft2build.h>
#else
#include <ft2build.h>