diff options
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 916ce9677..ebdc3d4dd 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -65,7 +65,7 @@ function policy.policies() -- Enable C++ modules for C++ building, even if no .mpp is involved in the compilation ["build.c++.modules"] = {description = "Enable C++ modules for C++ building.", type = "boolean"}, -- Enable std module - ["build.c++.modules.std"] = {description = "Enable std modules.", default = true, type = "boolean"}, + ["build.c++.modules.std"] = {description = "Enable std modules.", default = true, type = "boolean"}, -- Force C++ modules fallback dependency scanner for clang ["build.c++.clang.fallbackscanner"] = {description = "Force clang fallback module dependency scanner.", default = false, type = "boolean"}, -- Force C++ modules fallback dependency scanner for msvc |
