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"