Skip to content

Commit 6f43aba

Browse files
authored
Merge pull request #183 from afh/fix-sourceforge-download
Disable use of .curlrc when downloading sources
2 parents 070a6a7 + d2dbb31 commit 6f43aba

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)