diff options
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") |
