diff options
| author | ruki <[email protected]> | 2021-02-02 00:28:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-02 08:56:47 +0800 |
| commit | e0b610d9bd2e87828ac4fc5435aca1ff191fbb85 (patch) | |
| tree | 9241626d3b8c8a5be8c6fdc00186349eadc10d1d /tests/projects | |
| parent | 3fd3d534399ba5610434f947859587b4636591b1 (diff) | |
improve llvm toolchain
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/package/toolchain_llvm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_llvm/xmake.lua b/tests/projects/package/toolchain_llvm/xmake.lua index 8ce025d00..5e2f17b3c 100644 --- a/tests/projects/package/toolchain_llvm/xmake.lua +++ b/tests/projects/package/toolchain_llvm/xmake.lua @@ -1,5 +1,5 @@ add_rules("mode.debug", "mode.release") -add_requires("llvm 11.0.0") +add_requires("llvm 11.0.0", {alias = "llvm-11"}) target("test") set_kind("binary") |
