fix(compilation): use cross for statically linking against musl #36

Open
maximdeclercq wants to merge 1 commit from maximdeclercq/rusty-bever:feat/cross into develop
First-time contributor
No description provided.
@ -0,0 +1,7 @@
fn main() {
Author
First-time contributor

This script was required to tell cargo what to link.

This script was required to tell cargo what to link.
@ -0,0 +11,4 @@
ENV MAKE="make -j$CORES" \
CC="musl-gcc -fPIE -pie -static" \
PREFIX=/usr/local/x86_64-linux-musl \
RUSTFLAGS="-C relocation-model=static"
Author
First-time contributor

This flag is important for not using PIC.

This flag is important for not using PIC.
Commenting is not possible because the repository is archived.
No description provided.