diff options
| author | ruki <[email protected]> | 2025-08-28 22:37:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 22:37:31 +0800 |
| commit | b42f14c38b3495c074074b4b5123b424908a62ca (patch) | |
| tree | b4c9ded99413326c3482af416ed8d95b6eaab8fc /tests/projects/linux | |
| parent | 3dd5c00c62dcd51ded121a9a0bdb524739fd0bec (diff) | |
fix bpf ndk
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 ded118dfa..a44da1f8f 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.x") + add_requires("ndk >=22.0<26.0") set_toolchains("@ndk", {sdkver = "23"}) else add_requires("llvm >=10.x") |
