Skip to content
New issue

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

Failed on armv7s-apple-ios #91

Open
bigknife opened this issue Apr 26, 2021 · 0 comments
Open

Failed on armv7s-apple-ios #91

bigknife opened this issue Apr 26, 2021 · 0 comments

Comments

@bigknife
Copy link

I'm trying do a cross building for armv7s-apple-ios and armv7-apple-ios, I got a failure message:

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?

@bigknife bigknife changed the title Fail to Failed on armv7s-apple-ios Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant