Update xmake.lua

SirLynix-patch-4
Jérôme Leclercq 8 months ago committed by GitHub
parent b8c4e5c275
commit c6464990fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/b/brotli/xmake.lua

@ -85,7 +85,7 @@ package("brotli")
envs = mingw:runenvs()
end
end
os.vrunv("brotli", {"--version"}, envs)
os.vrunv("brotli", {"--version"}, {envs = envs})
end
assert(package:check_csnippets([[
void test() {

Loading…
Cancel
Save