sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 75 forks source link

Do not support ararch64-apple-osx #105

Closed shenjiangqiu closed 3 years ago

shenjiangqiu commented 3 years ago

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

mi

pravic commented 3 years ago

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