summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-15 22:33:11 +0800
committerruki <[email protected]>2025-10-15 22:33:11 +0800
commit720c664d0ebde6e0500bfd509e42b434ff792876 (patch)
tree20a66b7ebb70a30601b2daa0c038805f8681bec3
parenta598484e65b36d9cbb12d1830383c519b4b1a8c9 (diff)
fix llvm mingw test config
-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 35b76ad5f..251f3abe6 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", {configs = {clang = true}})
+ set_toolchains("mingw@llvm-mingw", {clang = true})