summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 13:59:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 13:59:08 (GMT)
commit0b9b440ce054242497aea45b976231329374c770 (patch)
tree1080e14fbeab82c068f6bf898b7eeb1d24e09c26 /.github/workflows
parent532506ea202974a816409de319b0a66d9173ce74 (diff)
downloadtcl-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.yml1
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