mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
fix to find correct 64bit external libs when building with MSYS bash
This commit is contained in:
@@ -37,7 +37,7 @@ win32:contains(QMAKE_TARGET.arch, x86) {
|
||||
win32-g++ {
|
||||
WIN_FIND = $$(SYSTEMROOT)\system32\find
|
||||
MINGW64 = $$system($$QMAKE_CXX -Q --help=target | $$WIN_FIND \"-m64\")
|
||||
contains(MINGW64,enabled) {
|
||||
contains(MINGW64,[enabled]) {
|
||||
LIBS *= -L$$EXTERNALDIR/mingw64/lib
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user