From 1e5e7e7421a329a55593c9d3b22322260f28a46c Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 15 Oct 2023 00:13:05 +0900 Subject: [PATCH] Fix zlib-ng directory --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index 6044045..e0e7135 100755 --- a/auto.sh +++ b/auto.sh @@ -76,11 +76,11 @@ fi if [ "$BITCHK" = 64 ]; then # Temporary remove #BUILD_BIT="-m64 " - BUILD_ZLIB="./lib/zlib" + BUILD_ZLIB="./lib/zlib-ng" BUILD_LD="-lrt -ljemalloc -Wl,-z,relro -Wl,-z,now -fPIC" else BUILD_BIT="" - BUILD_ZLIB="./lib/zlib_x86" + BUILD_ZLIB="./lib/zlib-ng" BUILD_LD="" fi