From e96e1bf422b5454771b971d215ab681d8712adee Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 9 Oct 2024 02:58:07 +0000 Subject: [PATCH] build stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@287 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Koakumafile b/Koakumafile index 018ce2c..bbd351d 100644 --- a/Koakumafile +++ b/Koakumafile @@ -46,8 +46,10 @@ proc run {project_name} { RunCommand "doas cp Server/tewi.pkg /raid/ftp/pub/tewi/ps3/tewidistps3-[exec make get-version]-nossl.pkg" return } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } { - RunCommand "rm -rf openssl" - RunCommand "git clone https://github.com/clamwin/openssl" + if { $once == 1 } { + RunCommand "rm -rf openssl" + RunCommand "git clone https://github.com/clamwin/openssl" + } set bits 32 if { "$project_name" == "Tewi-MinGW-32" } { foreach filen [glob openssl/lib/mingw/x86/*] { -- 2.45.2