- Timestamp:
- Oct 9, 2024, 11:58:07 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r286 r287 47 47 return 48 48 } 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 } 51 53 set bits 32 52 54 if { "$project_name" == "Tewi-MinGW-32" } {
Note:
See TracChangeset
for help on using the changeset viewer.