|
|
|
|
@ -2700,12 +2700,12 @@ foreach runtimefile $runtimes {
|
|
|
|
|
#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 |
|
|
|
|
if {$::tcl_platform(platform) eq "windows"} { |
|
|
|
|
set useruntime [file tail $runtimefile]_BUILDCOPY.exe |
|
|
|
|
set useruntimefile [file tail $runtimefile]_BUILDCOPY.exe |
|
|
|
|
} else { |
|
|
|
|
set useruntime ${runtimefile}_BUILDCOPY |
|
|
|
|
set useruntimefile ${runtimefile}_BUILDCOPY |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
set useruntime $runtimefile |
|
|
|
|
set useruntimefile $runtimefile |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set basedir $buildfolder |
|
|
|
|
|