From 952b88f4e0efa23ce006b0eb9404bb0f5462e753 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Mon, 23 Feb 2026 01:56:18 +1100 Subject: [PATCH] fix make.tcl project error with _BUILDCOPY --- src/make.tcl | 6 +++--- src/project_layouts/custom/_project/punk.basic/src/make.tcl | 6 +++--- .../custom/_project/punk.project-0.1/src/make.tcl | 6 +++--- .../custom/_project/punk.shell-0.1/src/make.tcl | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/make.tcl b/src/make.tcl index f4407148..3d407733 100644 --- a/src/make.tcl +++ b/src/make.tcl @@ -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 diff --git a/src/project_layouts/custom/_project/punk.basic/src/make.tcl b/src/project_layouts/custom/_project/punk.basic/src/make.tcl index f4407148..3d407733 100644 --- a/src/project_layouts/custom/_project/punk.basic/src/make.tcl +++ b/src/project_layouts/custom/_project/punk.basic/src/make.tcl @@ -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 diff --git a/src/project_layouts/custom/_project/punk.project-0.1/src/make.tcl b/src/project_layouts/custom/_project/punk.project-0.1/src/make.tcl index f4407148..3d407733 100644 --- a/src/project_layouts/custom/_project/punk.project-0.1/src/make.tcl +++ b/src/project_layouts/custom/_project/punk.project-0.1/src/make.tcl @@ -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 diff --git a/src/project_layouts/custom/_project/punk.shell-0.1/src/make.tcl b/src/project_layouts/custom/_project/punk.shell-0.1/src/make.tcl index f4407148..3d407733 100644 --- a/src/project_layouts/custom/_project/punk.shell-0.1/src/make.tcl +++ b/src/project_layouts/custom/_project/punk.shell-0.1/src/make.tcl @@ -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