We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
time_t
1 parent fc2a014 commit fe2a0f0Copy full SHA for fe2a0f0
1 file changed
build.rs
@@ -151,11 +151,9 @@ fn main() {
151
|| arch == "mips"
152
|| arch == "sparc"
153
|| arch == "x86"
154
- || (arch == "wasm32" && os == "emscripten")
155
|| (arch == "aarch64" && os == "linux" && abi == Ok("ilp32".to_string())))
156
&& (apple
157
|| os == "android"
158
- || os == "emscripten"
159
|| os == "haiku"
160
|| env == "gnu"
161
|| (env == "musl" && arch == "x86")
0 commit comments