mirror of
https://github.com/darlinghq/darling-libdispatch.git
synced 2025-02-17 01:49:39 +00:00
Allow OS_OBJECT_HAVE_OBJC_SUPPORT on i386 as well
This commit is contained in:
parent
cc0856ab03
commit
1517faca3b
@ -65,7 +65,7 @@
|
||||
#elif TARGET_OS_MAC && !TARGET_OS_IPHONE
|
||||
# if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_8
|
||||
# define OS_OBJECT_HAVE_OBJC_SUPPORT 0
|
||||
# elif defined(__i386__) && __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_12
|
||||
# elif defined(__i386__) && __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_12 && !defined(DARLING)
|
||||
# define OS_OBJECT_HAVE_OBJC_SUPPORT 0
|
||||
# else
|
||||
# define OS_OBJECT_HAVE_OBJC_SUPPORT 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user