-
Notifications
You must be signed in to change notification settings - Fork 985
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
Linking failure when cross compiling for ARM64 on AMD64 #1569
Comments
Eh libsass again.. |
I was able to fix sass-rs compile individually by overriding the linker for the architecture I want to build via
However, using the local version of sass-rs with this fix, hyper fails to build, which ended up being due to reqwest not cross compiling because of pkg-config not having the right cross compiling config, owing to openssl directory not being found:
|
Hm where would openssl come from? By default it should use rust-tls everywhere... |
@Keats I think we're having a related issue here: termux/termux-packages#11941 |
Any idea why openssl is being pulled? |
Found in the reqwest README:
|
Bug Report
Environment
Host: amd64
Target: aarch64-unknown-linux-gnu
Zola version: 14
Step to reproduce
Error:
The text was updated successfully, but these errors were encountered: