Skip to content

Commit d2dbb31

Browse files
committed
Disable use of .curlrc when downloading sources
1 parent 07c51cd commit d2dbb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ LIBFFI_VERSION=3.4.2
6161
DEPENDENCIES=BZip2 XZ OpenSSL libFFI
6262
OS_LIST=macOS iOS tvOS watchOS
6363

64-
CURL_FLAGS=--fail --location --create-dirs --progress-bar
64+
CURL_FLAGS=--disable --fail --location --create-dirs --progress-bar
6565

6666
# macOS targets
6767
TARGETS-macOS=macosx.x86_64 macosx.arm64

0 commit comments

Comments
 (0)