mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
what if it's like this
This commit is contained in:
parent
3b8e14eaf7
commit
48bd891398
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -149,7 +149,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info
|
||||
with:
|
||||
has-sccache: ${{ inputs.use-ccache }}
|
||||
# if: inputs.build-debug-info
|
||||
if: true
|
||||
|
||||
- name: Setup caches
|
||||
uses: ./.github/actions/setup-cache
|
||||
|
|
|
@ -26,7 +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_compile_options(${PROJECT_NAME} INTERFACE "-lmacos-version-min=10.13")
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE
|
||||
"-framework Cocoa"
|
||||
|
|
Loading…
Reference in a new issue