nativelink icon indicating copy to clipboard operation
nativelink copied to clipboard

Support cross-toolchains for musl on darwin

Open aaronmondal opened this issue 1 year ago • 0 comments

Spin-off from #749.

On linux, the nix build .# target uses a cross-toolchain targeting a static musl system. Builds invoked on darwin (MacOS) hosts target darwin natively by default. Those darwing builds should use a cross-toolchain that targets a static darwin/musl.

aaronmondal avatar Mar 11 '24 21:03 aaronmondal