Auto-update microsoft-proxy to 3.1.0 (#5900)

* Update microsoft-proxy to 3.1.0

* limit ndk version

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/5904/head
ruki 4 months ago committed by GitHub
parent 8ca1704c37
commit dafbd71bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/m/microsoft-proxy/xmake.lua

@ -22,6 +22,11 @@ package("microsoft-proxy")
assert(vs_toolset and semver.new(vs_toolset):minor() >= 30, "package(microsoft-proxy): need vs_toolset >= v143")
end
end)
on_check("android", function (package)
local ndk = package:toolchain("ndk"):config("ndkver")
assert(ndk and tonumber(ndk) > 22, "package(microsoft-proxy) require ndk version > 22")
end)
end
on_install(function (package)

Loading…
Cancel
Save