diff options
| author | ruki <[email protected]> | 2025-01-25 00:00:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:00:55 +0800 |
| commit | 7f01ecf6da7e040d4b0e27efaa035a8f27533e5e (patch) | |
| tree | 8e4dc0f9aa67562012ac427b3dcd64c81b3cf77f /tests/apis/custom_toolchain/xmake.lua | |
| parent | 493ece8e6cc9373187692109d3a9ffb0b7a9e866 (diff) | |
add toolchain dirs
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 e67603129..03d2b5344 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("xmake/toolchains/my-c6000") add_moduledirs("xmake/modules") +add_toolchaindirs("xmake/toolchains") set_toolchains("my-c6000") |
