mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-26 21:50:26 +00:00
Remove macOS deployment target definitions
The deployment target is now set project-wide in the root Darling CMakeLists.txt
This commit is contained in:
parent
e76ed7f898
commit
4d940ae34c
@ -13,7 +13,6 @@ if(COMMAND cmake_policy)
|
||||
endif(COMMAND cmake_policy)
|
||||
|
||||
add_definitions(-D__STDC_NO_ATOMICS__)
|
||||
#add_definitions(-D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=1080)
|
||||
|
||||
# Override DEBUG CFLAGS because -O0 has been triggering strange bugs
|
||||
set(CMAKE_C_FLAGS_DEBUG "-ggdb -DOBJC_IS_DEBUG_BUILD=1")
|
||||
|
Loading…
Reference in New Issue
Block a user