summaryrefslogtreecommitdiff
path: root/tests/apis/custom_toolchain/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:00:55 +0800
committerruki <[email protected]>2025-01-25 00:00:55 +0800
commit7f01ecf6da7e040d4b0e27efaa035a8f27533e5e (patch)
tree8e4dc0f9aa67562012ac427b3dcd64c81b3cf77f /tests/apis/custom_toolchain/xmake.lua
parent493ece8e6cc9373187692109d3a9ffb0b7a9e866 (diff)
add toolchain dirs
Diffstat (limited to 'tests/apis/custom_toolchain/xmake.lua')
-rw-r--r--tests/apis/custom_toolchain/xmake.lua2
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")