summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-03 07:03:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-03 07:03:51 (GMT)
commit5161ec3c71ee09968510067e024a42241b8a52d7 (patch)
tree1a64fd3458f22eb409e1136ef373c930b94e4159 /macosx
parentb593cd6f66bf898af5f82cfa9def11c3b9873073 (diff)
parent03d0f99e6ccaa554c9e7a7e3c9f71d7efb03e0f6 (diff)
downloadtcl-5161ec3c71ee09968510067e024a42241b8a52d7.zip
tcl-5161ec3c71ee09968510067e024a42241b8a52d7.tar.gz
tcl-5161ec3c71ee09968510067e024a42241b8a52d7.tar.bz2
Merge 9.0
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 ee1b7ea..7261a01 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. '9.0').
Setup this shell variable as follows:
ver="9.0"
-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"