mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Fixing LDEARCH in buildRelease....yml
This commit is contained in:
parent
6f71e2b197
commit
10093bad15
6
.github/workflows/buildReleaseInclDocker.yml
vendored
6
.github/workflows/buildReleaseInclDocker.yml
vendored
@ -306,17 +306,17 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: ./bin
|
||||
run: |
|
||||
export LDEARCH=x86_64
|
||||
export LDEARCH=x86_64-apple-darwin
|
||||
./makeright x
|
||||
./makeright init
|
||||
export LDEARCH=aarch64
|
||||
export LDEARCH=aarch64-apple-darwin
|
||||
./makeright x
|
||||
./makeright init
|
||||
mkdir -p ../darwin.universal
|
||||
for exe in ldeinit lde ldex
|
||||
do
|
||||
lipo -create \
|
||||
-arch arm64 ../darwin.aarch64/$exe} \
|
||||
-arch arm64 ../darwin.aarch64/${exe} \
|
||||
-arch x86_64 ../darwin.x86_64/${exe} \
|
||||
-output ../darwin.universal/${exe}
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user