diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 16:31:13 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 16:31:13 -0600 |
commit | afee9c73c4773a02a6c223cc4df4d8d23f58165e (patch) | |
tree | e61b008465313d0d95a9272ada7488740de4b362 /init | |
parent | 846667d74b7b0795f59386bf6651a91e0328a36d (diff) | |
download | portable-packaging-master.tar.gz portable-packaging-master.tar.bz2 portable-packaging-master.zip |
Change include extensionHEADmasterfeat/version_pin
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 | ||