We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8322 commit 54a0ac8Copy full SHA for 54a0ac8
runtime/Makefile
@@ -35,7 +35,7 @@ IOS_SIMULATOR_ARCHITECTURES+=x86_64
35
IOS_DEVICE_ARCHITECTURES+=arm64
36
37
coreclrhost.h: Makefile
38
- $(Q_CURL) curl -L --fail --output "$@.tmp" https://raw.githubusercontent.com/dotnet/runtime/f1b8d5a4448d072c9d390744777a87921e45bf2f/src/coreclr/hosts/inc/coreclrhost.h
+ $(Q_CURL) curl -L --retry 3 --retry-all-errors --fail --output "$@.tmp" https://raw.githubusercontent.com/dotnet/runtime/f1b8d5a4448d072c9d390744777a87921e45bf2f/src/coreclr/hosts/inc/coreclrhost.h
39
$(Q) mv "$@.tmp" "$@"
40
41
coreclr-bridge.m: coreclrhost.h
0 commit comments