-
Notifications
You must be signed in to change notification settings - Fork 113
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
[boring-sys] Failed to cross-compile from Linux to Windows #71
Comments
For reproducing you can build your lib using project cross: Same problem with other targets. This situation actually stops from using boring-sys as well as libraries that depends on it. I would really appretiate if you find a time for making more main targets supported like linux arm64 (+arm), windows (+arm64). Because the one possible lib that gives enough functionality is BoringSSL. This is logs for aarch64-unknown-linux-musl target:
|
Hello. Trying to build an app with
boring-sys
for Windows usingx86_64-pc-windows-gnu
target from Manjaro (based on Archlinux).I have mingw packages installed (mingw-w64-gcc, mingw-w64-binutils, mingw-w64-crt, mingw-w64-headers, mingw-w64-winpthreads). Tried with rust stable (rustc 1.60.0) and nightly. Result is the same.
I don't know what I can do here from my side in order to successfully build the app. Could you please suggest my next steps?
Attaching CMakeOutput.log as well:
CMakeOutput.log
Line 65 of CMakeList (from the error above) this one:
The text was updated successfully, but these errors were encountered: