summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-06 16:31:13 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-06 16:31:13 -0600
commitafee9c73c4773a02a6c223cc4df4d8d23f58165e (patch)
treee61b008465313d0d95a9272ada7488740de4b362
parent846667d74b7b0795f59386bf6651a91e0328a36d (diff)
downloadportable-packaging-afee9c73c4773a02a6c223cc4df4d8d23f58165e.tar.gz
portable-packaging-afee9c73c4773a02a6c223cc4df4d8d23f58165e.tar.bz2
portable-packaging-afee9c73c4773a02a6c223cc4df4d8d23f58165e.zip
Change include extensionHEADmasterfeat/version_pin
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index a42511e..7efe0d4 100755
--- a/init
+++ b/init
@@ -9,7 +9,7 @@ cd portable
9 9
10CC=gcc ./configure --host=x86_64-w64-mingw32 10CC=gcc ./configure --host=x86_64-w64-mingw32
11make 11make
12tar -caf include.tar.xz include/tls.h include/openssl 12tar -caf include.tar.gz include/tls.h include/openssl/*
13cp tls/.libs/libtls.a /root 13cp tls/.libs/libtls.a /root
14cp ssl/.libs/libbs.a /root 14cp ssl/.libs/libbs.a /root
15cp ssl/.libs/libssl.a /root 15cp ssl/.libs/libssl.a /root
@@ -17,5 +17,5 @@ cp crypto/.libs/libcompat.a /root
17cp crypto/.libs/libcompatnoopt.a /root 17cp crypto/.libs/libcompatnoopt.a /root
18cp crypto/.libs/libcrypto.a /root 18cp crypto/.libs/libcrypto.a /root
19cp apps/openssl/openssl.exe /root 19cp apps/openssl/openssl.exe /root
20cp include.tar.xz /root 20cp include.tar.gz /root
21 21