Skip to content

Commit 114ea76

Browse files
committed
don't build curl with librtmp
1 parent bd21796 commit 114ea76

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version: ["3.6", "3.7", "3.8", "3.9"]
28-
#os: [ubuntu-latest, macos-latest]
29-
os: [macos-latest]
28+
os: [ubuntu-latest, macos-latest]
3029
platform: [x64, x32]
3130
MB_ML_VER: [2010]
3231
exclude:

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_curl2 {
2727
flags="$flags --with-ssl"
2828
build_openssl
2929
fi
30-
flags="$flags --without-brotli --without-nghttp2 --without-zstd --without-rtmp --without-libidn2"
30+
flags="$flags --without-brotli --without-nghttp2 --without-zstd --without-librtmp --without-libidn2"
3131
#build_libnghttp2
3232
#build_brotli
3333
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz

0 commit comments

Comments
 (0)