File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build_darwin_OTOOL: = $(shell xcrun -f otool)
7
7
build_darwin_NM: = $(shell xcrun -f nm)
8
8
build_darwin_INSTALL_NAME_TOOL: =$(shell xcrun -f install_name_tool)
9
9
build_darwin_SHA256SUM = shasum -a 256
10
- build_darwin_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT ) --retry $(DOWNLOAD_RETRIES ) -L - o
10
+ build_darwin_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT ) --retry $(DOWNLOAD_RETRIES ) -o
11
11
12
12
# darwin host on darwin builder. overrides darwin host preferences.
13
13
darwin_CC =$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION )
Original file line number Diff line number Diff line change 1
1
build_linux_SHA256SUM = sha256sum
2
- build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT ) --retry $(DOWNLOAD_RETRIES ) -L - o
2
+ build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT ) --retry $(DOWNLOAD_RETRIES ) -o
You can’t perform that action at this time.
0 commit comments