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.
libcoreclrpal.a
1 parent 9552235 commit 39031e6Copy full SHA for 39031e6
src/Xamarin.Android.Build.Tasks/Utilities/NativeRuntimeComponents.cs
@@ -97,9 +97,7 @@ public NativeRuntimeComponents (ITaskItem[] monoComponents)
97
new ClrArchive ("libcoreclrminipal.a"),
98
new ClrArchive ("libgc_pal.a"),
99
100
- // CoreCLR links this archive whole, but it appears to work fine for us when linked in a normal way.
101
- // Leave the flag commented, just in case we discover something not working right.
102
- new ClrArchive ("libcoreclrpal.a"/*, wholeArchive: true*/),
+ new ClrArchive ("libcoreclrpal.a", wholeArchive: true),
103
new ClrArchive ("libeventprovider.a"),
104
new ClrArchive ("libnativeresourcestring.a"),
105
new ClrArchive ("libminipal.a"),
0 commit comments