mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[qmake] Exclude FSUIPC project file based on CPU architecture
Without this, jom tries to run qmake to build both FSUIPC projects, which then makes jom think that libraries need to be rebuilt.
This commit is contained in:
@@ -8,8 +8,8 @@ SUBDIRS += emulated
|
||||
SUBDIRS += emulatedconfig
|
||||
|
||||
swiftConfig(sims.fsx)|swiftConfig(sims.fs9)|swiftConfig(sims.p3d) {
|
||||
SUBDIRS += fsuipc32
|
||||
SUBDIRS += fsuipc64
|
||||
equals(WORD_SIZE,32): SUBDIRS += fsuipc32
|
||||
equals(WORD_SIZE,64): SUBDIRS += fsuipc64
|
||||
SUBDIRS += fscommon
|
||||
}
|
||||
swiftConfig(sims.fsx)|swiftConfig(sims.p3d) {
|
||||
|
||||
Reference in New Issue
Block a user