diff options
| author | ruki <[email protected]> | 2024-02-05 23:53:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-05 23:53:22 +0800 |
| commit | 968d7dc6f05661c381a49e965f56f397cdbb7868 (patch) | |
| tree | 60c5033e4765236492c937a2d40387c315a72317 /tests | |
| parent | 8020014e06e7a43c9cd6cd3724f41521d8131723 (diff) | |
find cosmocc
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/c/cosmocc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c/cosmocc/xmake.lua b/tests/projects/c/cosmocc/xmake.lua index f625f7500..babd520a2 100644 --- a/tests/projects/c/cosmocc/xmake.lua +++ b/tests/projects/c/cosmocc/xmake.lua @@ -5,5 +5,5 @@ add_requires("cosmocc") target("test") set_kind("binary") add_files("src/*.c") - add_packages("cosmocc") + set_toolchains("@cosmocc") |
