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 69c5e63 commit e12accbCopy full SHA for e12accb
build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs
@@ -15,7 +15,7 @@ namespace Xamarin.Android.Prepare
15
//
16
partial class Configurables
17
{
18
- const string BinutilsVersion = "L_18.1.6-8.0.0";
+ const string BinutilsVersion = "L_18.1.7-8.0.0";
19
20
const string MicrosoftOpenJDK17Version = "17.0.11";
21
const string MicrosoftOpenJDK17Release = "17.0.11.9";
@@ -174,6 +174,7 @@ public static partial class Defaults
174
new NDKTool (name: "ld"),
175
new NDKTool (name: "llc"),
176
new NDKTool (name: "llvm-mc"),
177
+ new NDKTool (name: "llvm-objcopy"),
178
new NDKTool (name: "llvm-strip"),
179
};
180
}
0 commit comments