Bump the version

This commit is contained in:
Jarred Sumner
2021-10-15 23:05:58 -07:00
parent 4908a63f61
commit f17345ffe4
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ libarchive:
./build/autogen.sh; \
./configure --disable-shared --enable-static --with-pic --disable-bsdtar --disable-bsdcat --disable-rpath --enable-posix-regex-lib --without-xml2 --without-expat --without-openssl --without-iconv --without-zlib; \
make -j${CPUS}; \
cp ./libs/libarchive.a $(DEPS_DIR)/libarchive.a;
cp ./.libs/libarchive.a $(DEPS_DIR)/libarchive.a;
tgz:
zig build-exe -Drelease-fast --main-pkg-path $(shell pwd) ./misctools/tgz.zig $(DEPS_DIR)/zlib/libz.a $(DEPS_DIR)/libarchive.a $(LIBICONV_PATH) -lc

View File

@@ -1 +1 @@
34
35