Skip to content

Commit

Permalink
fix space indent of build.c++.modules.std policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Jan 30, 2024
1 parent 952b813 commit e8c63dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/project/policy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c63dc

Please sign in to comment.