cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

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

Closed cavivie closed 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?

cavivie commented 1 year ago

I think it is the improper handling of path by openssl-src. I decided to close it and track it here.