Browse Source

make.tcl fix for 8.6 - attempt 2

master
Julian Noble 3 weeks ago
parent
commit
74fbfd7041
  1. 1
      src/make.tcl

1
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

Loading…
Cancel
Save