Skip to content

Commit

Permalink
Build for older OSX version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Sep 6, 2024
1 parent 0c0fcee commit 93e49f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if(IOS)
include(ios/ios.toolchain.cmake)
endif()

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

add_subdirectory(ext/SPIRV-Cross)
Expand Down

0 comments on commit 93e49f8

Please sign in to comment.