Changes between Version 3 and Version 4 of Ticket #67164, comment 17


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67164, comment 17

    v3 v4  
    4040in my shell profile, so whenever I start a SHELL this env var gets automatically set to whatever my current SDK choice happens to be.
    4141
    42 Note the above is also exactly what you should do with clang, to inform it what SDK to use. Macports clang builds in particular rely on this as they, like GCC< cannot assume any specific SDK location that the user will have installed.
     42Note 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.
     43
     44Also 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.
    4345
    4446For now I am inclined not to change anything here.