Skip to content

Commit d527b17

Browse files
committed
add RID mapping for armv6 hf musl
1 parent 39c1728 commit d527b17

File tree

1 file changed

+1
-0
lines changed
  • generators/dotnet-oo-bindgen/src

1 file changed

+1
-0
lines changed

generators/dotnet-oo-bindgen/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ fn dotnet_platform_string(platform: &Platform) -> Option<&'static str> {
8989
// Linux MUSL targets
9090
platform::X86_64_UNKNOWN_LINUX_MUSL => Some("linux-musl-x64"),
9191
platform::AARCH64_UNKNOWN_LINUX_MUSL => Some("linux-musl-arm64"),
92+
platform::ARM_UNKNOWN_LINUX_MUSLEABIHF => Some("linux-musl-arm"),
9293
// other targets just use the target triple
9394
_ => None,
9495
}

0 commit comments

Comments
 (0)