cc-rs
cc-rs copied to clipboard
fix: Set environment variables in `Tool` from `try_get_compiler`
get_compiler wasn't forwarding the environment variables modifications to Tool, however these are very useful configurations, especially under MacOS.
@Amanieu Sorry for pinging you, I didn't know who else to ping. What is you opinion/review on this?
Is this related to lost -isysroot problem with AppleClang?
@youknowone I don't know about the problem. Do you have a link to it? If the problem is when using Tool, then maybe it is related.