Merge remote-tracking branch 'origin/3.3'

This commit is contained in:
Eike Ziller
2015-01-14 16:06:46 +01:00
11 changed files with 166 additions and 43 deletions

View File

@@ -42,8 +42,9 @@ defineReplace(findClangOnWindows) {
for (suffix, $$list(lib bin)) {
for (libname, $$list(clang libclang)) {
for (ext, FILE_EXTS) {
exists("$${LLVM_INSTALL_DIR}/$${suffix}/$${libname}.$${ext}")
exists("$${LLVM_INSTALL_DIR}/$${suffix}/$${libname}.$${ext}") {
return($${LLVM_INSTALL_DIR}/$${suffix}/)
}
}
}
}