Skip to content

Commit

Permalink
limit ndk version
Browse files Browse the repository at this point in the history
Signed-off-by: ruki <[email protected]>
  • Loading branch information
waruqi committed Jan 26, 2024
1 parent 9c0c6be commit 68cb844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/c/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option("require-bpftool", {showmenu = true, default = false, description = "R

add_requires("elfutils", "zlib")
if is_plat("android") then
add_requires("ndk >=22.x", "argp-standalone")
add_requires("ndk >=22.x <26", "argp-standalone")
set_toolchains("@ndk", {sdkver = "23"})
else
add_requires("llvm >=10.x")
Expand Down

0 comments on commit 68cb844

Please sign in to comment.