mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-24 13:33:54 -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
|
uses: ./.github/actions/build-debug-info
|
||||||
with:
|
with:
|
||||||
has-sccache: ${{ inputs.use-ccache }}
|
has-sccache: ${{ inputs.use-ccache }}
|
||||||
# if: inputs.build-debug-info
|
if: true
|
||||||
|
|
||||||
- name: Setup caches
|
- name: Setup caches
|
||||||
uses: ./.github/actions/setup-cache
|
uses: ./.github/actions/setup-cache
|
||||||
|
|
|
@ -26,7 +26,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
|
||||||
|
|
||||||
# only exists as a global property
|
# only exists as a global property
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
|
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
|
target_link_libraries(${PROJECT_NAME} INTERFACE
|
||||||
"-framework Cocoa"
|
"-framework Cocoa"
|
||||||
|
|
Loading…
Reference in a new issue