mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
please fail
This commit is contained in:
parent
5b523aa2e1
commit
05ab42c9b6
2 changed files with 2 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue