diff options
| author | ruki <[email protected]> | 2025-01-25 00:59:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:59:33 +0800 |
| commit | aeb4adecfe44aa0e73eb7d5860a89c47ba3bed95 (patch) | |
| tree | 1838eff4979865bb49e56e68eb0fea436c86badd /tests/apis/custom_toolchain/xmake.lua | |
| parent | 35677f50e4eb8ecb5aabe70e6ce900e28fd0adc2 (diff) | |
move modules
Diffstat (limited to 'tests/apis/custom_toolchain/xmake.lua')
| -rw-r--r-- | tests/apis/custom_toolchain/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/custom_toolchain/xmake.lua b/tests/apis/custom_toolchain/xmake.lua index 729f9fd81..0f11b9a61 100644 --- a/tests/apis/custom_toolchain/xmake.lua +++ b/tests/apis/custom_toolchain/xmake.lua @@ -1,7 +1,7 @@ add_rules("mode.debug", "mode.release") includes("toolchains/my-c6000") -add_moduledirs("toolchains/modules") +add_moduledirs("modules") set_toolchains("my-c6000") |
