Re: r339807 - Refactor Darwin driver to refer to runtimes by component

2018-08-17 Thread Hans Wennborg via cfe-commits
Oh, and maybe the driver should diagnose if -mmacosx-version-min= is set too low? On Fri, Aug 17, 2018 at 12:38 PM, Hans Wennborg wrote: > Just a heads up that this broke the Chromium build on Mac: > https://crbug.com/874997 > > Apparently we have some target that explicitly targets 10.5. I don't

Re: r339807 - Refactor Darwin driver to refer to runtimes by component

2018-08-17 Thread Hans Wennborg via cfe-commits
Just a heads up that this broke the Chromium build on Mac: https://crbug.com/874997 Apparently we have some target that explicitly targets 10.5. I don't know if that's really necessary, but the fact that we ran into this at all suggests others will too, so maybe this change warrants a release note