summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-17 09:42:46 +0800
committerGitHub <[email protected]>2025-10-17 09:42:46 +0800
commit3dabadefbaa64a385158305108a7802a6ad0a911 (patch)
treeb61c120b0ee976bcafe2e1ac6b1e6ffc61c4f458 /tests
parent4253fdd36cf2b4de908466b24da608a865fe9400 (diff)
parent61dda4e81f4c4328f49eaa439dd6fca4f94954a3 (diff)
Merge pull request #6924 from xmake-io/toolchain
Improve toolchain configs, add_toolchains("name[configs]")
Diffstat (limited to '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 da5c71225..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")
+ set_toolchains("mingw[clang]@llvm-mingw")