Permalink
Browse files
#3797 Revert to using hardcoded SDK path for buildbot
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
ext/toolchain/commands1.py
|
|
@@ -553,7 +553,8 @@ def getMacSdkDir(self): |
|
|
if os.path.exists(sdkPath):
|
|
|
return sdkPath
|
|
|
|
|
|
- return os.popen('xcodebuild -version -sdk macosx' + self.macSdk + ' Path').read().strip()
|
|
|
+ # return os.popen('xcodebuild -version -sdk macosx' + self.macSdk + ' Path').read().strip()
|
|
|
+ return "/Developer/SDKs/" + sdkDirName + ".sdk"
|
|
|
|
|
|
# http://tinyurl.com/cs2rxxb
|
|
|
def fixCmakeEclipseBug(self):
|
|
|
|
0 comments on commit
c21fc4a