Skip to content

Commit

Permalink
CI: Disable brotili in Mac curl build
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Sep 13, 2022
1 parent 389143d commit b3d074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-dependencies-mac.sh
Expand Up @@ -96,7 +96,7 @@ tar xf "curl-$CURL.tar.gz"
cd "curl-$CURL"
mkdir build-x64
cd build-x64
../configure --prefix "$INSTALLDIR" --with-secure-transport
../configure --prefix "$INSTALLDIR" --with-secure-transport --without-brotli
make "-j$NPROCS"
make install
cd ..
Expand Down

0 comments on commit b3d074a

Please sign in to comment.