From bd0a67cb49f2030f900d3a3910657de054e22e6c Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Mon, 23 Feb 2026 02:58:50 +1100 Subject: [PATCH] fix typo for runtime_buildcopyname --- src/make.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.tcl b/src/make.tcl index 4769fe32..a8b9812d 100644 --- a/src/make.tcl +++ b/src/make.tcl @@ -2765,7 +2765,7 @@ if {$sdxpath eq ""} { set testpath $rtfolder/$rtname if {[file exists $testpath]} { if {[file type $testpath] eq "directory"} { - set tclkitpath $rtfolder/[punk::lib::runtime_buildcopyname $testpath] + set tclkitpath $rtfolder/[punkboot::lib::runtime_buildcopyname $testpath] } else { set tclkitpath $testpath }