#x86_64-linux-musl not statically linked

1 messages · Page 1 of 1 (latest)

rough cove
#

I am trying to statically link musl libc to my program, and dynamically link wayland-client.

Current build.zig

rough cove
#

I didn't really manage to solve this

visual talon
#

i don't see any line of code actually linking any module to libc/musl libc

rough cove
#

I managed to get it all working in the end actually, but then I gave up on using alpine because static linking libc slowed my builds down anyway and it was a pain in the arse trying to make static builds of wayland libs