Set a macOS deployment target of 12.0

This commit is contained in:
Dan Paulat 2025-06-17 23:39:36 -05:00
parent a656a723db
commit 5262551e1d
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ set(PROJECT_NAME supercell-wx)
include(tools/scwx_config.cmake)
set(CMAKE_OSX_DEPLOYMENT_TARGET 12.0)
scwx_python_setup()
project(${PROJECT_NAME}

View file

@ -6,3 +6,4 @@ compiler.cppstd=20
compiler.libcxx=libc++
compiler.version=18
os=Macos
os.version=12.0

View file

@ -6,3 +6,4 @@ compiler.cppstd=20
compiler.libcxx=libc++
compiler.version=18
os=Macos
os.version=12.0