summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-20 16:12:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-04-20 16:12:54 (GMT)
commit5188bbdefc7121b8009093f7b460f6a2c71711a6 (patch)
treeb33514f5adbbffa908cea768b69769f6f5f83137 /.github
parent6756073623a073a4741be7fa7b91a006bd733e5f (diff)
downloadtcl-5188bbdefc7121b8009093f7b460f6a2c71711a6.zip
tcl-5188bbdefc7121b8009093f7b460f6a2c71711a6.tar.gz
tcl-5188bbdefc7121b8009093f7b460f6a2c71711a6.tar.bz2
Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove macosx/Tcl.xcode in favor of macosx/Tcl.xcodeproj
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 747dbc3..30c16af 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -47,7 +47,7 @@ jobs:
working-directory: generic
- name: Configure ${{ matrix.cfgopt }}
# Note that macOS is always a 64 bit platform
- run: ./configure --enable-64bit --enable-dtrace --enable-framework ${CFGOPT} "--prefix=$HOME/install" || (cat config.log && exit 1)
+ run: ./configure --enable-dtrace --enable-framework ${CFGOPT} "--prefix=$HOME/install" || (cat config.log && exit 1)
env:
CFLAGS: -arch x86_64 -arch arm64e
CFGOPT: ${{ matrix.cfgopt }}