diff options
| author | ruki <[email protected]> | 2026-08-15 16:29:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-15 16:29:16 +0800 |
| commit | 67ffcd8a481a5c6c51da8044bfe1ebed980b1e56 (patch) | |
| tree | 28054248eb7e151102330994b45ce1087ee8905d /xmake/core/project/addons.lua | |
| parent | 62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (diff) | |
fix some bugs
Diffstat (limited to 'xmake/core/project/addons.lua')
| -rw-r--r-- | xmake/core/project/addons.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/core/project/addons.lua b/xmake/core/project/addons.lua index 3b105840e..169b7d033 100644 --- a/xmake/core/project/addons.lua +++ b/xmake/core/project/addons.lua @@ -35,8 +35,7 @@ local addon = require("package/addon") -- we load the project, e.g. includes("@addon/esp32-devel/board") -- -- e.g. --- add_addons("esp32-devel 1.0.x") --- add_addons("serial-tools", {optional = true}) +-- add_addons("esp32-devel 1.0.x", "serial-tools") -- add_repositories("myrepo [email protected]:me/myrepo.git") -- function addons.filename() |
