Skip to content

Commit

Permalink
chore: add android x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Oct 28, 2024
1 parent 92c702a commit b1d2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if is_server then
set_allowedarchs("windows|x64", "linux|x86_64")
elseif is_client then
set_defaultarchs("windows|x64")
set_allowedarchs("windows|x64", "android|arm64-v8a", "iphoneos|arm64")
set_allowedarchs("windows|x64", "android|arm64-v8a", "android|x86_64", "iphoneos|arm64")
end

if is_windows and not has_config("vs_runtime") then
Expand Down

0 comments on commit b1d2801

Please sign in to comment.