error: Target has no known `RTLD_LAZY` value. Please submit an issue or PR adding it.
--> src/os/unix/consts.rs:90:13
|
90 | / compile_error!(
91 | | "Target has no known `RTLD_LAZY` value. Please submit an issue or PR adding it."
92 | | );
| |_____________^
error: Target has no known `RTLD_NOW` value. Please submit an issue or PR adding it.
--> src/os/unix/consts.rs:127:13
|
127 | / compile_error!(
128 | | "Target has no known `RTLD_NOW` value. Please submit an issue or PR adding it."
129 | | );
| |_____________^
error: Target has no known `RTLD_GLOBAL` value. Please submit an issue or PR adding it.
--> src/os/unix/consts.rs:174:13
|
174 | / compile_error!(
175 | | "Target has no known `RTLD_GLOBAL` value. Please submit an issue or PR adding it."
176 | | );
| |_____________^
error: Target has no known `RTLD_LOCAL` value. Please submit an issue or PR adding it.
--> src/os/unix/consts.rs:216:13
|
216 | / compile_error!(
217 | | "Target has no known `RTLD_LOCAL` value. Please submit an issue or PR adding it."
218 | | );
| |_____________^
libloading
does not build for the newly added Rust targetaarch64-apple-visionos
Building using
Produces these errors (as well a bunch more):