From 74fbfd7041f1925adcb9ec5bb88cfeab30843c89 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Sat, 16 Aug 2025 00:44:05 +1000 Subject: [PATCH] make.tcl fix for 8.6 - attempt 2 --- src/make.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/make.tcl b/src/make.tcl index cf20f002..2b99d17a 100644 --- a/src/make.tcl +++ b/src/make.tcl @@ -2894,6 +2894,7 @@ foreach vfstail $vfs_tails { file copy -force $building_runtime $raw_runtime } } else { + package require punk::zip #tcl we are calling with doesn't have zipfs - can't mount puts stderr "WARNING: tcl shell '[info nameofexecutable]' being used to build doesn't have zipfs - falling back to punk::zip::extract_preamble" punk::zip::extract_preamble $building_runtime $raw_runtime $buildfolder/extracted_$runtime_fullname.zip