diff options
| author | ruki <[email protected]> | 2025-10-15 22:38:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-15 22:38:46 +0800 |
| commit | 7529874021cda55b9199d07c17922f97e969e272 (patch) | |
| tree | dab257ce37b71dd8c6cfabee186ef02c4680fd73 | |
| parent | 45648eb5cbb9bc709497f9d13627350029228b01 (diff) | |
improve llvm-mingw tests
| -rw-r--r-- | tests/projects/package/toolchain_llvm_mingw/xmake.lua | 2 |
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") |
