Merge pull request #610 from armadsen/fix-ios-target-check

Fix failing #ifndef TARGET_OS_IPHONE check when building for macOS
This commit is contained in:
Vadim Grigoruk 2018-05-28 10:46:35 +03:00 committed by GitHub
commit 7fb6a86484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#if defined(__APPLE__)
# include "AvailabilityMacros.h"
# include "TargetConditionals.h"
# ifndef TARGET_OS_IPHONE
# if !TARGET_OS_IPHONE
# undef __TIC_MACOSX__
# define __TIC_MACOSX__ 1
# if MAC_OS_X_VERSION_MIN_REQUIRED < 1060