D | gyptest-sdkroot.py | 24 def GetSDKPath(sdk): argument 29 ['xcodebuild', '-version', '-sdk', 'macosx' + sdk, 'Path'], 37 for sdk in ['10.6', '10.7', '10.8', '10.9']: 38 path = GetSDKPath(sdk) 40 return True, sdk, path 45 sdk_found, sdk, sdk_path = SelectSDK() variable 49 test.write('sdkroot/test.gyp', test.read('sdkroot/test.gyp') % sdk)
|