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 f37a66b commit 3f1472eCopy full SHA for 3f1472e
oo-bindgen/src/backend/dotnet/mod.rs
@@ -32,6 +32,7 @@ fn dotnet_platform_string(platform: &Platform) -> Option<&'static str> {
32
// Windows targets
33
platform::X86_64_PC_WINDOWS_MSVC => Some("win-x64"),
34
platform::I686_PC_WINDOWS_MSVC => Some("win-x86"),
35
+ platform::AARCH64_PC_WINDOWS_MSVC => Some("win-arm64"),
36
// OSX targets
37
platform::X86_64_APPLE_DARWIN => Some("osx-x64"),
38
platform::AARCH64_APPLE_DARWIN => Some("osx-arm64"),
0 commit comments