summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-29 09:15:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-29 09:15:41 (GMT)
commit1fb596128b9e989bf27c554b12582de548b78638 (patch)
treee46e2a87e09fc245e655075b298c9a48522759fd /macosx
parent2cb77a221b5b5d518e3c0dce95f36bc085866f73 (diff)
downloadtcl-1fb596128b9e989bf27c554b12582de548b78638.zip
tcl-1fb596128b9e989bf27c554b12582de548b78638.tar.gz
tcl-1fb596128b9e989bf27c554b12582de548b78638.tar.bz2
Fix [113be1991e]: zipfs on mac.
From now on, --enable-framework automatically means --disable-zipfs, since those 2 options can never work together.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 93fd843..6451c66 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -88,7 +88,7 @@ space := ${empty} ${empty}
objdir = $(subst ${space},\ ,${OBJ_DIR})
develop_make_args := BUILD_STYLE=Development CONFIGURE_ARGS=--enable-symbols
-deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install \
+deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \
EXTRA_CFLAGS=-DNDEBUG
embedded_make_args := EMBEDDED_BUILD=1
install_make_args := INSTALL_BUILD=1