blob: 8537b3272011eae4e769189451520f5243d43b7b (
plain)
1
2
3
4
5
6
|
addon("custom-toolchain")
set_description("the addon which provides a custom toolchain")
set_sourcedir("src")
-- the tool modules are imported with their plain names by the internal calls,
-- e.g. find_tool("mycl6x"), import("core.tools.mycl6x")
add_globalmodules("core.tools.mycl6x", "detect.tools.find_mycl6x")
|