Descriptionninja/mac: allow path-based specification of SDKROOT
This matches the Xcode behavior of SDKROOT treatment. For SDKROOT values that
don’t begin with macosx, SDKROOT is treated as a path. When a relative path,
it is taken as relative to the .xcodeproj's containing directory, although
that isn't duplicated here because it's not likely to be of use. When SDKROOT
is an absolute path, it points to the root directory of the SDK itself, such
as /Developer/SDKs/MacOSX10.6.sdk or
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk .
Committed: https://code.google.com/p/gyp/source/detail?r=1440
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|