sciter-sdk/rust-sciter

Do not support ararch64-apple-osx

shenjiangqiu opened this issue · 1 comments

when compile this on an arm machine, it says:"
78 | #[macro_use] extern crate objc;
| ^^^^^^^^^^^^^^^^^^ can't find crate
"

mi

By the way, it's apple-darwin:

$ rustup target list | rg apple
aarch64-apple-darwin
aarch64-apple-ios
x86_64-apple-darwin
x86_64-apple-ios