Removed unused IOS_DYLIB definition

This commit is contained in:
Sam Lantinga
2021-07-31 12:37:28 -07:00
parent e5594e6677
commit 1a9253f752
2 changed files with 0 additions and 9 deletions

View File

@@ -2592,7 +2592,6 @@ if(SDL_SHARED)
endif()
if(IOS OR TVOS)
set_property(TARGET SDL2 APPEND_STRING PROPERTY COMPILE_FLAGS "-fobjc-arc")
target_compile_definitions(SDL2 PRIVATE IOS_DYLIB=1)
endif()
if(WAYLAND_LIBDECOR)
target_include_directories(SDL2 PRIVATE "${libdecor_INCLUDE_DIRS}")