Skip to content

Register $arch-linux-musl-gcc symlinks for cross-compiling

kpcyrd requested to merge cross-compile-symlinks into main

I noticed when cross-compiling the openssl Rust crate (with vendored openssl enabled) is looking for aarch64-linux-musl-gcc, which doesn't exist on my system, only /usr/aarch64-linux-musl/bin/musl-gcc does.

This patch creates a symlink that makes the build work out of the box.

Edited by kpcyrd

Merge request reports

Loading