Browse Source

fix typo for runtime_buildcopyname

master
Julian Noble 1 week ago
parent
commit
bd0a67cb49
  1. 2
      src/make.tcl

2
src/make.tcl

@ -2765,7 +2765,7 @@ if {$sdxpath eq ""} {
set testpath $rtfolder/$rtname set testpath $rtfolder/$rtname
if {[file exists $testpath]} { if {[file exists $testpath]} {
if {[file type $testpath] eq "directory"} { if {[file type $testpath] eq "directory"} {
set tclkitpath $rtfolder/[punk::lib::runtime_buildcopyname $testpath] set tclkitpath $rtfolder/[punkboot::lib::runtime_buildcopyname $testpath]
} else { } else {
set tclkitpath $testpath set tclkitpath $testpath
} }

Loading…
Cancel
Save