mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
fix: Add FG to BuildConfig method
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlackConfig
|
||||
|
||||
constexpr bool CBuildConfig::isCompiledWithFlightSimulatorSupport()
|
||||
{
|
||||
return CBuildConfig::isCompiledWithFsxSupport() || CBuildConfig::isCompiledWithXPlaneSupport();
|
||||
return CBuildConfig::isCompiledWithMsFlightSimulatorSupport() || CBuildConfig::isCompiledWithXPlaneSupport() || CBuildConfig::isCompiledWithFGSupport();
|
||||
}
|
||||
|
||||
constexpr bool CBuildConfig::isRunningOnWindowsNtPlatform()
|
||||
|
||||
Reference in New Issue
Block a user