]> Git repositories of Nishi - tewi.git/commitdiff
update koakumafile
authorNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 04:57:36 +0000 (04:57 +0000)
committerNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 04:57:36 +0000 (04:57 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@238 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index 942e946bc672e2d4c5e8e43ce1b6c855fa2e9a43..ec34f1bf2cec0405894e66c038bd5de82b0b9330 100644 (file)
@@ -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"