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