Link system libraries based on crt-static feature.
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.
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.