summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:20:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:20:58 (GMT)
commit9b691e6dabb0ac1cb199c7a87269405f0ef8f546 (patch)
treea29e74dd7229198d6e5b31ee2813697df178dd06 /macosx/README
parent3354d237c04d40a2472d1f32d510f253935d461a (diff)
parentbb5b2d66a7a1851f35c1fd18de186ebeafd18738 (diff)
downloadtk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.zip
tk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.tar.gz
tk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index 49e614e..43f86ad 100644
--- a/macosx/README
+++ b/macosx/README
@@ -391,7 +391,7 @@ Setup this shell variable as follows:
ver="8.7"
- 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 and Tk source trees and build: