diff options
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/clang.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang.lua b/xmake/rules/c++/modules/modules_support/clang.lua index 129221e5d..671643165 100644 --- a/xmake/rules/c++/modules/modules_support/clang.lua +++ b/xmake/rules/c++/modules/modules_support/clang.lua @@ -73,7 +73,7 @@ function load(target) -- add module flags target:add("cxxflags", modulesflag) - if not modulesflag or is_host("macos") then + if not modulesflag or is_host("macosx") then target:add("cxxflags", modulestsflag) end |
