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.
cfg!(target_arch)
1 parent 599feda commit cc45a96Copy full SHA for cc45a96
gdnative-sys/build.rs
@@ -62,6 +62,7 @@ mod header_binding {
62
// to double-check them wherever they occur.
63
64
assert!(
65
+ cfg!(target_os = "macos") || // All macOS architectures are supported
66
cfg!(target_arch = "x86_64"),
67
"unsupported host architecture: build from x86_64 instead"
68
);
0 commit comments