summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:11:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:11:26 (GMT)
commit4ce715f36aa76db649754d59c735144551d9aac5 (patch)
treea4adc4bf1b27d4bf68d1a4cad60537c7cdbc6ebf /macosx/README
parent2d7572997675b69cd32554859f3ac191c00068f7 (diff)
parentbdad96ab6988802901289f1b4d1f366a2002f023 (diff)
downloadtcl-4ce715f36aa76db649754d59c735144551d9aac5.zip
tcl-4ce715f36aa76db649754d59c735144551d9aac5.tar.gz
tcl-4ce715f36aa76db649754d59c735144551d9aac5.tar.bz2
Merge 8.7
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README
index c1f9e87..ee1b7ea 100644
--- a/macosx/README
+++ b/macosx/README
@@ -113,7 +113,7 @@ your ${USER}.pbxuser file (located inside the Tcl.xcodeproj bundle directory)
with a text editor.
- To build universal binaries outside of the Xcode IDE, set CFLAGS as follows:
- export CFLAGS="-arch x86_64 -arch arm64e"
+ export CFLAGS="-arch x86_64 -arch arm64"
This requires Mac OS X 10.6 and Xcode 10.2 and will work on any architecture.
Note that configure requires CFLAGS to contain a least one architecture that can
be run on the build machine (i.e. x86_64 on Core2/Xeon).
@@ -133,7 +133,7 @@ If you are building from CVS, omit this step (CVS source tree names usually do
not contain a version number).
- Setup environment variables as desired, e.g. for a universal build on 10.5:
- CFLAGS="-arch x86_64 -arch arm64e -mmacosx-version-min=10.5"
+ CFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.5"
export CFLAGS
- Change to the directory containing the Tcl source tree and build: