mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
refs #461 Unify FS9/FSX platform conditions.
This commit is contained in:
@@ -75,10 +75,10 @@ win32-msvc*: QMAKE_CXXFLAGS *= /bigobj
|
||||
win32-g++: QMAKE_CXXFLAGS_DEBUG += -Og
|
||||
|
||||
################################
|
||||
# No FSX or FS9 for 64 bit
|
||||
# FSX or FS9 on 32bit Windows only
|
||||
################################
|
||||
|
||||
equals(WORD_SIZE,64): BLACK_CONFIG -= FSX FS9
|
||||
equals(WORD_SIZE,64)|!win32: BLACK_CONFIG -= FSX FS9
|
||||
|
||||
################################
|
||||
# Suppress stupid warnings
|
||||
|
||||
Reference in New Issue
Block a user