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 39c1728 commit d527b17Copy full SHA for d527b17
generators/dotnet-oo-bindgen/src/lib.rs
@@ -89,6 +89,7 @@ fn dotnet_platform_string(platform: &Platform) -> Option<&'static str> {
89
// Linux MUSL targets
90
platform::X86_64_UNKNOWN_LINUX_MUSL => Some("linux-musl-x64"),
91
platform::AARCH64_UNKNOWN_LINUX_MUSL => Some("linux-musl-arm64"),
92
+ platform::ARM_UNKNOWN_LINUX_MUSLEABIHF => Some("linux-musl-arm"),
93
// other targets just use the target triple
94
_ => None,
95
}
0 commit comments