mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: disable freetype on ios for now
This commit is contained in:
parent
b8d762df97
commit
e3581c5cf6
8
thirdparty/fontstash/fontstash.h
vendored
8
thirdparty/fontstash/fontstash.h
vendored
@ -165,6 +165,14 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
||||
#undef FONS_USE_FREETYPE
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "TargetConditionals.h"
|
||||
#if TARGET_OS_IPHONE
|
||||
#undef FONS_USE_FREETYPE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef FONS_USE_FREETYPE
|
||||
|
||||
#include <ft2build.h>
|
||||
|
Loading…
Reference in New Issue
Block a user