From 48bd891398065d67c7fbdbfcf2df0fa757c58690 Mon Sep 17 00:00:00 2001 From: qimiko <25387744+qimiko@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:29:36 -0700 Subject: [PATCH] what if it's like this --- .github/workflows/build.yml | 2 +- cmake/Platform.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c84460bd..bde8562f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/cmake/Platform.cmake b/cmake/Platform.cmake index bee27018..d4030607 100644 --- a/cmake/Platform.cmake +++ b/cmake/Platform.cmake @@ -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"