what if it's like this

This commit is contained in:
qimiko 2024-06-27 18:29:36 -07:00
parent 3b8e14eaf7
commit 48bd891398
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"