From 7f01ecf6da7e040d4b0e27efaa035a8f27533e5e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Jan 2025 00:00:55 +0800 Subject: add toolchain dirs --- tests/apis/custom_toolchain/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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") -- cgit v1.3.1