зеркало из https://github.com/mozilla/gecko-dev.git
Bug 749533 - Add support for GNU/kFreeBSD and Hurd in SKIA. r=bjacob
This commit is contained in:
Родитель
b220bffd2b
Коммит
614e21ea6d
|
@ -31,7 +31,8 @@
|
|||
#elif defined(__SYMBIAN32__)
|
||||
#define SK_BUILD_FOR_WIN32
|
||||
#elif defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
|
||||
defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__)
|
||||
defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__) || \
|
||||
defined(__GLIBC__) || defined(__GNU__)
|
||||
#define SK_BUILD_FOR_UNIX
|
||||
#elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
|
||||
#define SK_BUILD_FOR_IOS
|
||||
|
|
Загрузка…
Ссылка в новой задаче