alexcrichton / alexcrichton/openssl-src-rs

Failed on armv7s-apple-ios

未關閉
#91 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Rust
星號
80
分支
131
平均合併
49 分鐘
30 天內合併 PR
2

描述

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?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。