summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 13:59:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 13:59:40 (GMT)
commit7432856ed97d9c0afb90d4ce8f08be8a247567e6 (patch)
tree5aeb1fb062297971f4b820f13b45049990280ab6 /.github/workflows
parenta849ff4aca50369cc03ff391ef7dde42f375c6d6 (diff)
parent0b9b440ce054242497aea45b976231329374c770 (diff)
downloadtcl-7432856ed97d9c0afb90d4ce8f08be8a247567e6.zip
tcl-7432856ed97d9c0afb90d4ce8f08be8a247567e6.tar.gz
tcl-7432856ed97d9c0afb90d4ce8f08be8a247567e6.tar.bz2
Merge 8.7
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