Try to fix up xcode for arm64 support
This commit is contained in:
parent
3ec418fd57
commit
6750e37b09
|
@ -40,6 +40,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Fix up Xcode
|
||||||
|
run: |
|
||||||
|
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
|
||||||
|
sudo xcode-select -s "/Applications/Xcode_12.3.app"
|
||||||
- name: Build macOS
|
- name: Build macOS
|
||||||
env:
|
env:
|
||||||
CFLAGS: ${BASE_FLAGS} -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.12 -arch x86_64 -arch arm64
|
CFLAGS: ${BASE_FLAGS} -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.12 -arch x86_64 -arch arm64
|
||||||
|
|
Loading…
Reference in New Issue