From ebef537a6844b26c135280f9a4e9b9761a38f689 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 3 Oct 2024 04:57:36 +0000 Subject: [PATCH] update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@238 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koakumafile b/Koakumafile index 942e946..ec34f1b 100644 --- a/Koakumafile +++ b/Koakumafile @@ -4,7 +4,6 @@ proc run {project_name} { exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h set ::env(DISPLAY) ":0" - set ::env(PATH) "$::env$(PATH)" RunCommand "make clean" set dirname "" if { "$project_name" == "Tewi-BCC" } { @@ -28,6 +27,7 @@ proc run {project_name} { RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp" RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip" RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip" + return } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } { RunCommand "rm -rf openssl" RunCommand "git clone https://github.com/clamwin/openssl" -- 2.45.2