diff options
| author | ruki <[email protected]> | 2019-09-01 21:06:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-01 21:06:13 +0800 |
| commit | 4e2efd1b22f337a94d9186eb213a1ba1bd76bc55 (patch) | |
| tree | 59c99ae8165b6a6a877c47f6d085f9470bf0aa15 /xmake/rules/c++/xmake.lua | |
| parent | c389da17f9d6bbe99ea10ef3a997a57967e3bffc (diff) | |
add utils.merge.object rule
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index 88b5e80f5..c839f9f4b 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -48,4 +48,4 @@ rule("cpp.build") -- define rule: cpp rule("cpp") - add_deps("cpp.build", "c.build") + add_deps("cpp.build", "c.build", "utils.merge.object") |
