mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
link with the correct 32bit or 64bit X-Plane SDK library
This commit is contained in:
@@ -8,7 +8,8 @@ TEMPLATE = lib
|
||||
CONFIG += shared
|
||||
CONFIG += blackmisc blackcore
|
||||
|
||||
LIBS += -lXPLM
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64
|
||||
equals(WORD_SIZE,32): LIBS += -lXPLM
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
Reference in New Issue
Block a user