Remove macOS deployment target definitions

The deployment target is now set project-wide in the root Darling CMakeLists.txt
This commit is contained in:
Ariel Abreu 2020-06-12 21:16:39 -04:00
parent 56271855ec
commit b33af038d4
No known key found for this signature in database
GPG Key ID: F4D43CC7053EA2B3

View File

@ -9,7 +9,6 @@ if(COMMAND cmake_policy)
endif(COMMAND cmake_policy)
add_definitions(-DHAVE_STDINT_H=1)
add_definitions(-D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=1080)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -nostdinc -D__DARWIN_UNIX03 -fPIC -w -include ${CMAKE_CURRENT_SOURCE_DIR}/config.h")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -nostdlib")