alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Failed to build target aarch-apple-ios via cross-rs. #183

Open cavivie opened 1 year ago

cavivie commented 1 year ago

openssl-src-rs use SDKs as separator for iOS SDK root path, panic lines.

cross-rs use SDK directory to store iOS SDK, ref. A path example:

/opt/cctools/SDK/iPhoneOS11.3.sdk

Should we improve the processing of SDK paths?