Skip to content

Swift: attempt to pass along the sysroot to the driver

Saleem Abdulrasool requested to merge compnerd/cmake:sdk-on-mac into master

We need to pass the sysroot along to the driver, particularly on the Darwin platform to ensure that we can build Swift code on Darwin with Ninja. This is not yet ready on other platforms, but enable it where it is.

Fixes: #19880 (closed)

Merge request reports