Issue #17 Disable building xswiftbus for 32bits

This commit is contained in:
Mat Sutcliffe
2020-05-21 00:10:57 +01:00
parent 9679f318c1
commit bfa82affb9
5 changed files with 9 additions and 8 deletions

View File

@@ -107,6 +107,11 @@ win32-g++: CONFIG += separate_debug_info
equals(WORD_SIZE,64)|!win32: disableSwiftConfig(sims.fsx, sims.fs9)
# equals(WORD_SIZE,64):win32-g++: disableSwiftConfig(sims.p3d)
################################
# xswiftbus on 64bit only
################################
equals(WORD_SIZE,32): disableSwiftConfig(sims.xswiftbus)
################################
# For BlackMisc::getStackTrace
################################