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 ffe781c commit 27ca55fCopy full SHA for 27ca55f
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/6c8f9fff6adcf6c661072646dbdafabed5267ec5/src/coreclr/hosts/inc/coreclrhost.h
+ $(Q_CURL) curl -L --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