-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This check in build.rs breaks my development tools.
I.e. !target.contains("apple-ios") in:
fn main() {
let target = std::env::var("TARGET").unwrap();
if !target.contains("apple-ios") {
panic!("uikit-sys requires the ios target");
}
let directory = sdk_path(&target).ok();
build(directory.as_ref().map(String::as_ref), &target);
}I believe the rust wasm bindgen team just implemented stubs for non WebAssembly targets. Can this library do the same?
Metadata
Metadata
Assignees
Labels
No labels