You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did modify openssl-src-rs/src/lib.rs a couple months back to get this to work, but because (1) I didn't understand what I was doing and (2) doing it correctly should be very straightforward for someone who does...I'm going to just link to the history rather than actually submitting a pull request:
When building a crate using vendored OpenSSL for iOS using
cargo lipo
, the build succeeds onaarch64-apple-ios
but fails onx86_64-apple-ios
.Rust 1.37.0 / Xcode 10.2.1 / macOS 10.14.5.
There is no actual code in the crate (empty
lib.rs
). Cargo.toml includes:Stderr messages begin with:
and end with:
The text was updated successfully, but these errors were encountered: