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.
[TRIPLE]-strip
1 parent 91532f2 commit 7a35ceeCopy full SHA for 7a35cee
src/Xamarin.Android.Build.Tasks/Tasks/StripNativeLibraries.cs
@@ -58,9 +58,9 @@ public override bool RunTask ()
58
return !Log.HasLoggedErrors;
59
}
60
61
- protected override string ToolName => OS.IsWindows ? $"{triple}-strip.exe" : $"{triple}-strip";
+ protected override string ToolName => $"{triple}-strip";
62
63
- protected override string GenerateFullPathToTool () => Path.Combine (ToolPath, ToolName);
+ protected override string GenerateFullPathToTool () => MonoAndroidHelper.GetExecutablePath (ToolPath, ToolName);
64
65
protected override string GenerateCommandLineCommands ()
66
{
0 commit comments