diff options
| author | ruki <[email protected]> | 2023-01-08 10:33:15 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-08 10:33:15 +0800 |
| commit | d063da2c62159e5894f44c7bbef749eec3e465d8 (patch) | |
| tree | cbb277485eb688237a36749b7df48087c30365e1 /xmake/rules/c++/modules | |
| parent | ba5101263cc13bd51e8d22616e1a315e95e652ed (diff) | |
Update clang.lua
Diffstat (limited to 'xmake/rules/c++/modules')
| -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 |
