summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-08 10:33:15 +0800
committerGitHub <[email protected]>2023-01-08 10:33:15 +0800
commitd063da2c62159e5894f44c7bbef749eec3e465d8 (patch)
treecbb277485eb688237a36749b7df48087c30365e1 /xmake/rules/c++/modules
parentba5101263cc13bd51e8d22616e1a315e95e652ed (diff)
Update clang.lua
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/modules_support/clang.lua2
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