Changeset 287 in Main for trunk/Koakumafile


Ignore:
Timestamp:
Oct 9, 2024, 11:58:07 AM (5 weeks ago)
Author:
Nishi
Message:

build stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r286 r287  
    4747                        return
    4848                } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
    49                         RunCommand "rm -rf openssl"
    50                         RunCommand "git clone https://github.com/clamwin/openssl"
     49                        if { $once == 1 } {
     50                                RunCommand "rm -rf openssl"
     51                                RunCommand "git clone https://github.com/clamwin/openssl"
     52                        }
    5153                        set bits 32
    5254                        if { "$project_name" == "Tewi-MinGW-32" } {
Note: See TracChangeset for help on using the changeset viewer.