forked from qt-creator/qt-creator
Clang: Fix detection of clang libs on macOS
Broke with 4cdb5bab15
Change-Id: I84e54f12f632b87694f9a3e93824558f0098e40b
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
100b3da662
commit
83eb076e5d
@@ -43,7 +43,7 @@ defineReplace(findClangLibInLibDir) {
|
||||
exists ($${libdir}/libclang.so*) {
|
||||
return("-lclang")
|
||||
} else {
|
||||
exists ($${libdir}/libclang.lib) {
|
||||
exists ($${libdir}/libclang.*) {
|
||||
return("-llibclang")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user