From afee9c73c4773a02a6c223cc4df4d8d23f58165e Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 6 Nov 2024 16:31:13 -0600 Subject: Change include extension --- init | 4 ++-- 1 file 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 CC=gcc ./configure --host=x86_64-w64-mingw32 make -tar -caf include.tar.xz include/tls.h include/openssl +tar -caf include.tar.gz include/tls.h include/openssl/* cp tls/.libs/libtls.a /root cp ssl/.libs/libbs.a /root cp ssl/.libs/libssl.a /root @@ -17,5 +17,5 @@ cp crypto/.libs/libcompat.a /root cp crypto/.libs/libcompatnoopt.a /root cp crypto/.libs/libcrypto.a /root cp apps/openssl/openssl.exe /root -cp include.tar.xz /root +cp include.tar.gz /root -- cgit v1.2.3-55-g6feb