mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Build FSX plugin only on Windows platforms
This commit is contained in:
@@ -21,8 +21,10 @@ contains(BLACK_CONFIG, BlackGui) {
|
||||
SUBDIRS += src/blackgui
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
||||
win32 {
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro
|
||||
}
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, XPlane) {
|
||||
|
||||
Reference in New Issue
Block a user