mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 12:25:42 -04:00
CI: Disable brotili in Mac curl build
This commit is contained in:
parent
389143db64
commit
b3d074a480
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user