Skip to content
Snippets Groups Projects
Commit 8344cc68 authored by con's avatar con
Browse files

Correct 64 bit library location for non-g++.

Reviewed-by: hjk
parent 3dda9cdd
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ isEmpty(TEST):CONFIG(debug, debug|release) {
}
}
linux-g++-64 {
linux-*-64 {
IDE_LIBRARY_BASENAME = lib64
} else {
IDE_LIBRARY_BASENAME = lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment