Changes between Version 1 and Version 2 of Ticket #67164, comment 17


Ignore:
Timestamp:
Apr 1, 2023, 9:45:57 AM (18 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67164, comment 17

    v1 v2  
    99The correct solution here, which is what I always recommend, is for the user to *not* rely of the default SDK built into gcc, but to tell it what to use. The mechanisms to do this have been available for some time, and GCC (intentionally) uses the exact same methods as Clang (which incidentally has more or less the same need). The ways to do it are
    1010
    11 1. Run through scrub
     111. Run through xcrun
    1212
    1313{{{