cc-rs icon indicating copy to clipboard operation
cc-rs copied to clipboard

Fix xctoolchain AppleClang to corrrectly use -isysroot

Open youknowone opened this issue 3 years ago • 0 comments

The first commit is #708 but unseparatable.

Fix AppleClang build for -apple-darwin to add -isysroot for MacOSX.sdk correctly when cc is under xctoolchain. Becasue -isysroot priors to $SDKROOT env variable, the original ad-hoc fix is not required anymore.

youknowone avatar Jul 26 '22 01:07 youknowone