Skip to content

Commit bcc009d

Browse files
waruqianakryiko
authored andcommitted
limit ndk version
Signed-off-by: ruki <[email protected]>
1 parent 9c0c6be commit bcc009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/c/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option("require-bpftool", {showmenu = true, default = false, description = "R
1313

1414
add_requires("elfutils", "zlib")
1515
if is_plat("android") then
16-
add_requires("ndk >=22.x", "argp-standalone")
16+
add_requires("ndk >=22.x <26", "argp-standalone")
1717
set_toolchains("@ndk", {sdkver = "23"})
1818
else
1919
add_requires("llvm >=10.x")

0 commit comments

Comments
 (0)