mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
fix: SWIFT_BUILD_MSFS2024_PLUGIN
This commit is contained in:
@@ -40,7 +40,7 @@ constexpr bool swift::config::CBuildConfig::isCompiledWithFGSupport()
|
||||
|
||||
constexpr bool swift::config::CBuildConfig::isCompiledWithMSFS2020Support()
|
||||
{
|
||||
return SWIFTCONFIG_${SWIFT_BUILD_MSFS_PLUGIN};
|
||||
return SWIFTCONFIG_${SWIFT_BUILD_MSFS2020_PLUGIN};
|
||||
}
|
||||
|
||||
constexpr bool swift::config::CBuildConfig::isCompiledWithMSFS2024Support()
|
||||
|
||||
Reference in New Issue
Block a user