summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-14 15:39:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-14 15:39:52 (GMT)
commit11416a8c3aba74bef614771e7e212ebcc4632e7a (patch)
tree563a5798dd587c17692a2de6d05239aff9563035 /win
parent1335b4e324414f01c2f79058a90d4ad3c43aecf3 (diff)
downloadtcl-11416a8c3aba74bef614771e7e212ebcc4632e7a.zip
tcl-11416a8c3aba74bef614771e7e212ebcc4632e7a.tar.gz
tcl-11416a8c3aba74bef614771e7e212ebcc4632e7a.tar.bz2
Use TCLSH_NATIVE for building the zip-file when cross-compiling
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 68c2aa7..ee29360 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -603,7 +603,7 @@ $(TCLSCRIPTZIP): $(TCLDDELIB) $(TCLREGLIB)
!endif
@echo file delete -force {$@} > "$(OUT_DIR)\zipper.tcl"
@echo zipfs mkzip {$@} {$(LIBTCLVFS)} {$(LIBTCLVFS)} >> "$(OUT_DIR)\zipper.tcl"
- @cd "$(OUT_DIR)" && $(TCLSH) zipper.tcl
+ @cd "$(OUT_DIR)" && $(TCLSH_NATIVE) zipper.tcl
pkgs: