diff options
Diffstat (limited to 'xmake/rules/c++/modules/gcc/support.lua')
| -rw-r--r-- | xmake/rules/c++/modules/gcc/support.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/c++/modules/gcc/support.lua b/xmake/rules/c++/modules/gcc/support.lua index df0478c46..112272893 100644 --- a/xmake/rules/c++/modules/gcc/support.lua +++ b/xmake/rules/c++/modules/gcc/support.lua @@ -168,9 +168,6 @@ function _get_std_module_manifest_path(target) end function get_stdmodules(target) - if not target:policy("build.c++.modules.std") then - return - end local modules_json_path = _get_std_module_manifest_path(target) if modules_json_path then local modules_json = json.loadfile(modules_json_path) |
