summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 06:49:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 06:49:22 (GMT)
commitbd259695f1f4ff92dc7da4e4ba38137e29715063 (patch)
treed2b499b3ff3c994f00edbb08ec4dc3dc2617ea00 /macosx
parent00afea1c26cff64d1347e8c667dac60dc0a8f3d8 (diff)
parente5eeaadf3c490991f3360ae3cea60e064e0b2c37 (diff)
downloadtcl-bd259695f1f4ff92dc7da4e4ba38137e29715063.zip
tcl-bd259695f1f4ff92dc7da4e4ba38137e29715063.tar.gz
tcl-bd259695f1f4ff92dc7da4e4ba38137e29715063.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README
index b56891b..73be6c4 100644
--- a/macosx/README
+++ b/macosx/README
@@ -129,8 +129,6 @@ Detailed Instructions for building with macosx/GNUmakefile
(where ${ver} is a shell variable containing the Tcl version number e.g. '8.7').
Setup this shell variable as follows:
ver="8.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 arm64 -mmacosx-version-min=10.5"