"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "830f224bf5c9356ccdea2ac66be0efb12e7d2740"
Fix OS X build failure with Command Line Tools and without full Xcode installation
On OS X, if you don't have a full Xcode installation, but just the Command Line Tools package, xcrun and xcodebuild don't return a valid SDK root path. In these cases, let's use "/" as the SDK root (which is where the headers and libraries are installed). Reviewed at http://reviews.llvm.org/D7641 llvm-svn: 230847
Loading
Please register or sign in to comment