summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-15 22:38:46 +0800
committerruki <[email protected]>2025-10-15 22:38:46 +0800
commit7529874021cda55b9199d07c17922f97e969e272 (patch)
treedab257ce37b71dd8c6cfabee186ef02c4680fd73
parent45648eb5cbb9bc709497f9d13627350029228b01 (diff)
improve llvm-mingw tests
-rw-r--r--tests/projects/package/toolchain_llvm_mingw/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_llvm_mingw/xmake.lua b/tests/projects/package/toolchain_llvm_mingw/xmake.lua
index 251f3abe6..57016326e 100644
--- a/tests/projects/package/toolchain_llvm_mingw/xmake.lua
+++ b/tests/projects/package/toolchain_llvm_mingw/xmake.lua
@@ -4,4 +4,4 @@ add_requires("llvm-mingw")
target("test")
set_kind("binary")
add_files("src/*.c")
- set_toolchains("mingw@llvm-mingw", {clang = true})
+ set_toolchains("mingw[clang]@llvm-mingw")