From: Nishi Date: Wed, 9 Oct 2024 02:58:07 +0000 (+0000) Subject: build stuff X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=e96e1bf422b5454771b971d215ab681d8712adee;p=tewi.git build stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@287 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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/*] {