diff options
| author | Arthur LAURENT <[email protected]> | 2023-01-11 17:32:03 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2023-01-11 17:32:03 +0100 |
| commit | 1175f07e0ead7a1f8a5d9cb76d895e1ea9b01ad0 (patch) | |
| tree | af74c6311b850e4016e8c70bf1b500aa1b75e688 | |
| parent | 98e4399340bca560915c8faef19a632840046a0e (diff) | |
fix policy indent
| -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 ac93415f9..4c0d1a793 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -36,7 +36,7 @@ function policy.policies() policies = { -- enable clang std modulemap - ["c++.clang.module.stdmodules"] = {description = "Enable clang std modulemap.", default = false, type = "boolean"}, + ["c++.clang.module.stdmodules"] = {description = "Enable clang std modulemap.", default = false, type = "boolean"}, -- we will check and ignore all unsupported flags by default, but we can also pass `{force = true}` to force to set flags, e.g. add_ldflags("-static", {force = true}) ["check.auto_ignore_flags"] = {description = "Enable check and ignore unsupported flags automatically.", default = true, type = "boolean"}, -- we will map gcc flags to the current compiler and linker by default. |
