diff options
| author | ruki <[email protected]> | 2021-02-04 22:50:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-04 22:50:04 +0800 |
| commit | 21f54de18ca93ef952e5c5711fa491330cf9f49f (patch) | |
| tree | 7ca2ab9a95c2021ad6c494802b7edc4212498b33 /tests/projects/package/toolchain_gnu_rm | |
| parent | b90547ab8d1436d268b09ec424df3069d77ecb35 (diff) | |
add packages toolchain
Diffstat (limited to 'tests/projects/package/toolchain_gnu_rm')
| -rw-r--r-- | tests/projects/package/toolchain_gnu_rm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_gnu_rm/xmake.lua b/tests/projects/package/toolchain_gnu_rm/xmake.lua index 712114dbe..d00bc859c 100644 --- a/tests/projects/package/toolchain_gnu_rm/xmake.lua +++ b/tests/projects/package/toolchain_gnu_rm/xmake.lua @@ -4,4 +4,4 @@ add_requires("gnu-rm") target("test") set_kind("binary") add_files("src/*.c") - set_toolchains("gnu-rm", {packages = "gnu-rm"}) + set_toolchains("gnu-rm") |
