Fix zlib-ng directory
This commit is contained in:
@@ -76,11 +76,11 @@ fi
|
|||||||
if [ "$BITCHK" = 64 ]; then
|
if [ "$BITCHK" = 64 ]; then
|
||||||
# Temporary remove
|
# Temporary remove
|
||||||
#BUILD_BIT="-m64 "
|
#BUILD_BIT="-m64 "
|
||||||
BUILD_ZLIB="./lib/zlib"
|
BUILD_ZLIB="./lib/zlib-ng"
|
||||||
BUILD_LD="-lrt -ljemalloc -Wl,-z,relro -Wl,-z,now -fPIC"
|
BUILD_LD="-lrt -ljemalloc -Wl,-z,relro -Wl,-z,now -fPIC"
|
||||||
else
|
else
|
||||||
BUILD_BIT=""
|
BUILD_BIT=""
|
||||||
BUILD_ZLIB="./lib/zlib_x86"
|
BUILD_ZLIB="./lib/zlib-ng"
|
||||||
BUILD_LD=""
|
BUILD_LD=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user