mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fix missed issues in the Linux build system
This commit is contained in:
@@ -44,7 +44,7 @@ win32-g++ {
|
||||
}
|
||||
linux-g++ {
|
||||
GCC64 = $$system($$QMAKE_CXX -Q --help=target | grep m64)
|
||||
contains(MINGW64,[enabled]) {
|
||||
contains(GCC64,[enabled]) {
|
||||
WORD_SIZE = 64
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -42,8 +42,8 @@ win32-g++ {
|
||||
LIBS += -luser32
|
||||
}
|
||||
linux-g++* {
|
||||
equals(WORD_SIZE,64): LIBS *= -L$$EXTERNALDIR/linux64/lib
|
||||
equals(WORD_SIZE,32): LIBS *= -L$$EXTERNALDIR/linux32/lib
|
||||
equals(WORD_SIZE,64): LIBS *= -L$$EXTERNALDIR/linux-g++/lib64
|
||||
equals(WORD_SIZE,32): LIBS *= -L$$EXTERNALDIR/linux-g++/lib32
|
||||
}
|
||||
macx-clang {
|
||||
INCLUDEPATH *= $$EXTERNALDIR/macx-clang/include
|
||||
|
||||
Reference in New Issue
Block a user