please fail

This commit is contained in:
qimiko 2024-06-27 18:04:18 -07:00
parent 5b523aa2e1
commit 05ab42c9b6
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3
2 changed files with 2 additions and 1 deletions
.github/workflows
cmake

View file

@ -6,7 +6,7 @@ on:
build-debug-info:
description: 'Profile and debug the build process'
required: false
default: false
default: true
type: boolean
use-ccache:
description: 'Enable ccache/sccache'

View file

@ -26,6 +26,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
# only exists as a global property
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
target_compile_options(${PROJECT_NAME} INTERFACE "-mmacos-version-min=10.13")
target_link_libraries(${PROJECT_NAME} INTERFACE
"-framework Cocoa"