We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying do a cross building for armv7s-apple-ios and armv7-apple-ios, I got a failure message:
armv7s-apple-ios
armv7-apple-ios
thread 'main' panicked at 'don't know how to configure OpenSSL for armv7s-apple-ios'
It came from here, src/lib.js:275:
"wasm32-wasi" => "gcc", "aarch64-apple-ios" => "ios64-cross", "x86_64-apple-ios" => "iossimulator-xcrun", _ => panic!("don't know how to configure OpenSSL for {}", target),
I've checked openssl lib, actually it supports the 32bit archs. How can I solve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying do a cross building for
armv7s-apple-ios
andarmv7-apple-ios
, I got a failure message:It came from here, src/lib.js:275:
I've checked openssl lib, actually it supports the 32bit archs. How can I solve this?
The text was updated successfully, but these errors were encountered: