diff options
| author | ruki <[email protected]> | 2023-01-17 23:25:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-17 23:25:47 +0800 |
| commit | b246bbf233b1ec8a274e0fa41b42142da048b43d (patch) | |
| tree | 1567f7b2cf6a5768f318ae3104a68482a1496b54 | |
| parent | b28f698f2f709ea5b6a154179a8bbee7d4833991 (diff) | |
fix tips
| -rw-r--r-- | xmake/core/project/deprecated/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/deprecated/project.lua b/xmake/core/project/deprecated/project.lua index 6356381c0..11e4fc6ff 100644 --- a/xmake/core/project/deprecated/project.lua +++ b/xmake/core/project/deprecated/project.lua @@ -133,7 +133,7 @@ function deprecated_project._api_target_add_tools(interp) interp:_api_within_scope_set("target", "add_tools", function (key, value, ...) -- deprecated - deprecated.add("set_toolchain(%s, %s), add_tools(%s, %s)", tostring(key), tostring(value)) + deprecated.add("set_toolchain(%s, %s)", "add_tools(%s, %s)", tostring(key), tostring(value)) -- dispatch it apifunc(key, value, ...) |
