Bug 749533 - Add support for GNU/kFreeBSD and Hurd in SKIA. r=bjacob

This commit is contained in:
Mike Hommey 2012-05-03 08:38:53 +02:00
Родитель b220bffd2b
Коммит 614e21ea6d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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