Skip to content

Link system libraries based on crt-static feature.

xbjfk requested to merge xbjfk/llvm-sys.rs:main into main

Instead of assuming system libraries on musl are static and they are dynamic everywhere else, use the crt-static feature to check. The largest musl distros disable static linking on musl by default.

Merge request reports