"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "041e2dbad15393db95f21f7c5d3240750bcc52b5"
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