summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-18 23:34:14 +0800
committerruki <[email protected]>2025-12-18 23:34:14 +0800
commit8fb69faed7f85beb652389353f1797430b201e13 (patch)
tree8b8446533f7fff1837a803458932c55deefa6056 /xmake/rules/c++/xmake.lua
parent67019f3310fe67e365c24df2a47806bf3fd947e5 (diff)
fix runtimes
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
-rw-r--r--xmake/rules/c++/xmake.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua
index dbb24451d..6c16e666a 100644
--- a/xmake/rules/c++/xmake.lua
+++ b/xmake/rules/c++/xmake.lua
@@ -39,9 +39,6 @@ rule("c")
-- add build rules
add_deps("c.build")
- -- set compiler runtime, e.g. vs runtime
- add_deps("utils.compiler.runtime")
-
-- inherit links and linkdirs of all dependent targets by default
add_deps("utils.inherit.links")
@@ -64,9 +61,6 @@ rule("c++")
-- add build rules
add_deps("c++.build")
- -- set compiler runtime, e.g. vs runtime
- add_deps("utils.compiler.runtime")
-
-- inherit links and linkdirs of all dependent targets by default
add_deps("utils.inherit.links")