summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/config.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/config.lua b/xmake/rules/c++/modules/config.lua
index 30f2f2680..25d85bf0e 100644
--- a/xmake/rules/c++/modules/config.lua
+++ b/xmake/rules/c++/modules/config.lua
@@ -86,6 +86,9 @@ function main(target)
end
end
end
+ else
+ target:rule_enable("c++.build.modules.scanner", false)
+ target:rule_enable("c++.build.modules.builder", false)
end
end