diff options
| author | ruki <[email protected]> | 2025-12-18 16:59:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-18 16:59:35 +0800 |
| commit | 141e575846c317e2fc41e553f777a1bdab2625e2 (patch) | |
| tree | 1a3a3769b98b169cbb005db83595ef38f7d333eb /xmake/rules/c++/xmake.lua | |
| parent | 67019f3310fe67e365c24df2a47806bf3fd947e5 (diff) | |
| parent | 2fd415cbfc9592539011b4c452abf7225bb345da (diff) | |
Merge pull request #7146 from xmake-io/runtimes
Fix runtimes
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 6 |
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") |
