Changes between Version 6 and Version 7 of Ticket #67164, comment 17


Ignore:
Timestamp:
Apr 1, 2023, 10:45:40 AM (13 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67164, comment 17

    v6 v7  
    4242Note the above is also exactly what you should also do with clang, to inform it what SDK to use. Macports clang ports in particular rely on this as they, like GCC, cannot assume any specific SDK location that the user will have installed.
    4343
    44 Also note whenever macports always sets SDKROOOT during builds, so whenever it uses its own GCC or clang ports (or Xcode clang for that matter) it controls the SDK used via the exact same mechanisms as above.
     44Also note macports always sets SDKROOOT during port builds, so whenever it uses its own GCC or clang ports (or Xcode clang for that matter) it controls the SDK used via the exact same mechanisms as above.
    4545
    4646For now I am inclined not to change anything here.