Non-standalone actually compiles on linux now...
This commit is contained in:
@@ -39,7 +39,10 @@
|
|||||||
# include <ft2build.h>
|
# include <ft2build.h>
|
||||||
#else
|
#else
|
||||||
// I had to do some work to avoid the system-installed FreeType headers... --ryan.
|
// I had to do some work to avoid the system-installed FreeType headers... --ryan.
|
||||||
# include "llfreetype2/freetype/ft2build.h"
|
//This path no longer exists.
|
||||||
|
//# include "llfreetype2/freetype/ft2build.h"
|
||||||
|
//This works fine.
|
||||||
|
# include "../include/ft2build.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// For some reason, this won't work if it's not wrapped in the ifdef
|
// For some reason, this won't work if it's not wrapped in the ifdef
|
||||||
|
|||||||
Reference in New Issue
Block a user