Skip to content

Commit 11e6957

Browse files
committed
Disable zstd in Linux curl helper
1 parent 0c47b05 commit 11e6957

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Build/libHttpClient.Linux/curl_Linux.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ CONFIGURE_ARGS=(
4242
--with-openssl=$OPENSSL_INSTALL_DIR
4343
--enable-symbol-hiding
4444
--without-brotli
45+
--without-zstd
4546
)
4647
if [ "$CONFIGURATION" = "Debug" ]; then
4748
CONFIGURE_ARGS+=(--enable-debug)

0 commit comments

Comments
 (0)