From db6074a3f94d5af4bd79ecfbf6d58f7ede2bf8c7 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Jan 2025 00:50:04 +0800 Subject: update comments --- 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 acd68d4ad..dc15f1a05 100644 --- a/tests/apis/custom_toolchain/xmake.lua +++ b/tests/apis/custom_toolchain/xmake.lua @@ -1,7 +1,7 @@ -includes("toolchains/my-c6000") add_rules("mode.debug", "mode.release") set_toolchains("my-c6000") +add_toolchaindirs("toolchains") target("test") set_kind("static") -- cgit v1.3.1