forked from qt-creator/qt-creator
Correct 64 bit library location for non-g++.
Reviewed-by: hjk
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ isEmpty(TEST):CONFIG(debug, debug|release) {
|
||||
}
|
||||
}
|
||||
|
||||
linux-g++-64 {
|
||||
linux-*-64 {
|
||||
IDE_LIBRARY_BASENAME = lib64
|
||||
} else {
|
||||
IDE_LIBRARY_BASENAME = lib
|
||||
|
||||
Reference in New Issue
Block a user