summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/package/toolchain_muslcc/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_muslcc/xmake.lua b/tests/projects/package/toolchain_muslcc/xmake.lua
index d68fc3301..07b7f50a8 100644
--- a/tests/projects/package/toolchain_muslcc/xmake.lua
+++ b/tests/projects/package/toolchain_muslcc/xmake.lua
@@ -4,4 +4,4 @@ add_requires("muslcc")
target("test")
set_kind("binary")
add_files("src/*.c")
- set_toolchains("muslcc")
+ set_toolchains("muslcc", {packages = "muslcc"})