diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ cd portable | |||
9 | 9 | ||
10 | CC=gcc ./configure --host=x86_64-w64-mingw32 | 10 | CC=gcc ./configure --host=x86_64-w64-mingw32 |
11 | make | 11 | make |
12 | tar -caf include.tar.xz include/tls.h include/openssl | 12 | tar -caf include.tar.gz include/tls.h include/openssl/* |
13 | cp tls/.libs/libtls.a /root | 13 | cp tls/.libs/libtls.a /root |
14 | cp ssl/.libs/libbs.a /root | 14 | cp ssl/.libs/libbs.a /root |
15 | cp ssl/.libs/libssl.a /root | 15 | cp ssl/.libs/libssl.a /root |
@@ -17,5 +17,5 @@ cp crypto/.libs/libcompat.a /root | |||
17 | cp crypto/.libs/libcompatnoopt.a /root | 17 | cp crypto/.libs/libcompatnoopt.a /root |
18 | cp crypto/.libs/libcrypto.a /root | 18 | cp crypto/.libs/libcrypto.a /root |
19 | cp apps/openssl/openssl.exe /root | 19 | cp apps/openssl/openssl.exe /root |
20 | cp include.tar.xz /root | 20 | cp include.tar.gz /root |
21 | 21 | ||