diff options
| author | ruki <[email protected]> | 2025-08-28 22:55:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 22:55:55 +0800 |
| commit | bdb88d2f6a7c8118018c701c9bd96d0c086ed8f3 (patch) | |
| tree | 5603d86d854d10516a2686f6476b02aebcdc7574 /tests/projects/linux | |
| parent | b42f14c38b3495c074074b4b5123b424908a62ca (diff) | |
fix bpf test
Diffstat (limited to 'tests/projects/linux')
| -rw-r--r-- | tests/projects/linux/bpf/minimal/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/linux/bpf/minimal/xmake.lua b/tests/projects/linux/bpf/minimal/xmake.lua index a44da1f8f..12ecb7650 100644 --- a/tests/projects/linux/bpf/minimal/xmake.lua +++ b/tests/projects/linux/bpf/minimal/xmake.lua @@ -4,7 +4,7 @@ add_rules("platform.linux.bpf") add_requires("linux-tools", {configs = {bpftool = true}}) add_requires("libbpf") if is_plat("android") then - add_requires("ndk >=22.0<26.0") + add_requires("ndk >=22.0 <26.0") set_toolchains("@ndk", {sdkver = "23"}) else add_requires("llvm >=10.x") |
