diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 13:59:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 13:59:08 (GMT) |
commit | 0b9b440ce054242497aea45b976231329374c770 (patch) | |
tree | 1080e14fbeab82c068f6bf898b7eeb1d24e09c26 /.github/workflows | |
parent | 532506ea202974a816409de319b0a66d9173ce74 (diff) | |
download | tcl-0b9b440ce054242497aea45b976231329374c770.zip tcl-0b9b440ce054242497aea45b976231329374c770.tar.gz tcl-0b9b440ce054242497aea45b976231329374c770.tar.bz2 |
Attempt to produce double-arch (x86_64 and arm) binary for MacOS
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/onefiledist.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index df98bec..3715555 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -60,6 +60,7 @@ jobs: sudo chmod a+x /usr/local/bin/macher echo "VER_PATH=$(cd tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV echo "CREATE_DMG=$(cd create-dmg;pwd)/create-dmg" >> $GITHUB_ENV + echo "CFLAGS=-arch x86_64 -arch arm64e" >> $GITHUB_ENV - name: Configure run: ./configure --disable-symbols --disable-shared --enable-zipfs working-directory: unix |