mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
just to see
This commit is contained in:
parent
826054fa64
commit
227ab28912
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: mac
|
host: mac
|
||||||
target: mac
|
target: mac
|
||||||
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
use-ccache: false
|
||||||
|
|
||||||
- name: Setup Ninja
|
- name: Setup Ninja
|
||||||
uses: ./.github/actions/setup-ninja
|
uses: ./.github/actions/setup-ninja
|
||||||
|
@ -178,7 +178,11 @@ jobs:
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: >
|
run: >
|
||||||
${{ env.base-configure-command }}
|
${{ env.base-configure-command }}
|
||||||
|
-DCMAKE_C_COMPILER=clang
|
||||||
|
-DCMAKE_CXX_COMPILER=clang++
|
||||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
|
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
|
||||||
|
-DCMAKE_AR='/usr/bin/ar'
|
||||||
|
-DCMAKE_RANLIB='/usr/bin/ranlib'
|
||||||
-DGEODE_DISABLE_PRECOMPILED_HEADERS=Off
|
-DGEODE_DISABLE_PRECOMPILED_HEADERS=Off
|
||||||
${{ steps.build-debug-info.outputs.extra-configure }}
|
${{ steps.build-debug-info.outputs.extra-configure }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue