File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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)
77build_darwin_NM: = $(shell xcrun -f nm)
88build_darwin_INSTALL_NAME_TOOL: =$(shell xcrun -f install_name_tool)
99build_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
1111
1212# darwin host on darwin builder. overrides darwin host preferences.
1313darwin_CC =$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION )
Original file line number Diff line number Diff line change 11build_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