diff options
| author | ruki <[email protected]> | 2025-01-25 00:53:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:53:59 +0800 |
| commit | 04c8ea3b4ea7dca2bb60c64057c6e9d43862696c (patch) | |
| tree | f2c7d5bd2a4ca754c1e042585125fb72089abfa5 /tests/apis/custom_toolchain/xmake.lua | |
| parent | 4758d5fb50863ebefc7c7cdb3d3bf3670843cd82 (diff) | |
add cl6x modules
Diffstat (limited to 'tests/apis/custom_toolchain/xmake.lua')
| -rw-r--r-- | tests/apis/custom_toolchain/xmake.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/apis/custom_toolchain/xmake.lua b/tests/apis/custom_toolchain/xmake.lua index dc15f1a05..dc772417b 100644 --- a/tests/apis/custom_toolchain/xmake.lua +++ b/tests/apis/custom_toolchain/xmake.lua @@ -1,7 +1,9 @@ add_rules("mode.debug", "mode.release") +add_moduledirs("toolchains/modules") +includes("toolchains/my-c6000") + set_toolchains("my-c6000") -add_toolchaindirs("toolchains") target("test") set_kind("static") |
