diff options
| -rwxr-xr-x | init | 7 | ||||
| -rw-r--r-- | meta.lua | 5 |
2 files changed, 12 insertions, 0 deletions
| @@ -7,3 +7,10 @@ cd portable | |||
| 7 | ./autogen.sh | 7 | ./autogen.sh |
| 8 | CC=gcc ./configure --host=x86_64-w64-mingw32 | 8 | CC=gcc ./configure --host=x86_64-w64-mingw32 |
| 9 | make | 9 | make |
| 10 | cp tls/.libs/libtls.a /root | ||
| 11 | cp ssl/.libs/libbs.a /root | ||
| 12 | cp ssl/.libs/libssl.a /root | ||
| 13 | cp crypto/.libs/libcompat.a /root | ||
| 14 | cp crypto/.libs/libcompatnoopt.a /root | ||
| 15 | cp crypto/.libs/libcrypto.a /root | ||
| 16 | |||
| @@ -14,6 +14,11 @@ builds["libressl-mingw64"] = { | |||
| 14 | }, | 14 | }, |
| 15 | produces = { | 15 | produces = { |
| 16 | ["libssl.a"] = true, | 16 | ["libssl.a"] = true, |
| 17 | ["libtls.a"] = true, | ||
| 18 | ["libbs.a"] = true, | ||
| 19 | ["libcompat.a"] = true, | ||
| 20 | ["libcompatnoopt.a"] = true, | ||
| 21 | ["libcrypto.a"] = true, | ||
| 17 | }, | 22 | }, |
| 18 | timeout = 600, --Jeez this takes forever | 23 | timeout = 600, --Jeez this takes forever |
| 19 | } | 24 | } |
