diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-26 06:51:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-26 06:51:52 (GMT) |
commit | fe4e51b427f92c365f51abc0691897af533b1498 (patch) | |
tree | 9d1088988b3dd39c11d32395b1966e51bb6a9756 /macosx/README | |
parent | 025b74f7c7add01c5ca6654b03c29241c0845def (diff) | |
parent | bd259695f1f4ff92dc7da4e4ba38137e29715063 (diff) | |
download | tcl-fe4e51b427f92c365f51abc0691897af533b1498.zip tcl-fe4e51b427f92c365f51abc0691897af533b1498.tar.gz tcl-fe4e51b427f92c365f51abc0691897af533b1498.tar.bz2 |
Merge 8.7
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 2 |
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" |