Fix macOS installer for systems without rosetta2
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d4e1ae6a45
commit
31f8436494
3 changed files with 8 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -454,6 +454,8 @@ jobs:
|
|||
pushd jucewrapper/build; cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DCMAKE_BUILD_TYPE=Release .. && make VERBOSE=1 -j $(sysctl -n hw.logicalcpu); popd
|
||||
mv jucewrapper/build/*_artefacts/Release/AU/*.component bin/
|
||||
- name: Build macOS intel (packaging)
|
||||
env:
|
||||
MACOS_ARCHS: 'x86_64'
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env macos; popd
|
||||
./utils/create-macos-installer.sh
|
||||
|
|
@ -542,6 +544,8 @@ jobs:
|
|||
pushd jucewrapper/build; cmake -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_BUILD_TYPE=Release .. && make VERBOSE=1 -j $(sysctl -n hw.logicalcpu); popd
|
||||
mv jucewrapper/build/*_artefacts/Release/AU/*.component bin/
|
||||
- name: Build macOS universal (packaging)
|
||||
env:
|
||||
MACOS_ARCHS: 'arm64,x86_64'
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env macos-universal; popd
|
||||
./utils/create-macos-installer.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue