|
|
|
@ -2636,7 +2636,7 @@ foreach runtime [dict keys $runtime_vfs_map] { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#invoke can fail if runtime not an executable file for the current platform |
|
|
|
#invoke can fail if runtime not an executable file for the current platform |
|
|
|
if {![file type $rtfolder/$runtime] eq "directory"} { |
|
|
|
if {[file type $rtfolder/$runtime] ne "directory"} { |
|
|
|
#assume it's a mounted tclkit (because tcl kits mount in same place as their underlying path and mask the executable) |
|
|
|
#assume it's a mounted tclkit (because tcl kits mount in same place as their underlying path and mask the executable) |
|
|
|
#use the BUILDCOPY created above - REVIEW |
|
|
|
#use the BUILDCOPY created above - REVIEW |
|
|
|
if {$::tcl_platform(platform) eq "windows"} { |
|
|
|
if {$::tcl_platform(platform) eq "windows"} { |
|
|
|
@ -2696,7 +2696,7 @@ foreach runtimefile $runtimes { |
|
|
|
} |
|
|
|
} |
|
|
|
#---------------------- |
|
|
|
#---------------------- |
|
|
|
|
|
|
|
|
|
|
|
if {![file type $rtfolder/$runtimefile] eq "directory"} { |
|
|
|
if {[file type $rtfolder/$runtimefile] ne "directory"} { |
|
|
|
#assume it's a mounted tclkit (because tcl kits mount in same place as their underlying path and mask the executable) |
|
|
|
#assume it's a mounted tclkit (because tcl kits mount in same place as their underlying path and mask the executable) |
|
|
|
#use the BUILDCOPY created above - REVIEW |
|
|
|
#use the BUILDCOPY created above - REVIEW |
|
|
|
if {$::tcl_platform(platform) eq "windows"} { |
|
|
|
if {$::tcl_platform(platform) eq "windows"} { |
|
|
|
|