This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#3797 Revert to using hardcoded SDK path for buildbot

  • Loading branch information...
nlyan committed Oct 12, 2016
1 parent 5ea1fdc commit c21fc4a6dd73bb8b1afa46ec551df3062d1aa86f
Showing with 2 additions and 1 deletion.
  1. +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

Please sign in to comment.