boost: Do not link against zstd

This commit is contained in:
Fredrik Fornwall 2019-01-03 00:45:45 +01:00
parent f4e9d8b4b7
commit 83b5a05506
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ termux_step_make_install() {
--without-stacktrace \
--without-log \
--disable-icu \
--disable-zstd \
-sNO_ZSTD=1 \
cxxflags="$CXXFLAGS" \
architecture="$BOOSTARCH" \
abi="$BOOSTABI" \
@ -63,7 +63,7 @@ termux_step_make_install() {
-q \
-a \
--disable-icu \
--disable-zstd \
-sNO_ZSTD=1 \
cxxflags="$CXXFLAGS" \
link=shared \
threading=multi \