diff options
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") |
