mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
🩹 fix: go as low as possible
This commit is contained in:
parent
42b58da97e
commit
2ee2459d5d
@ -4,7 +4,7 @@ project(isle LANGUAGES CXX C VERSION 0.1)
|
||||
|
||||
if (IOS)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED NO)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
|
||||
add_compile_definitions(IOS)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user