update glaze to 2.2.0 (#3427)

* update glaze to 2.2.0

* fix test

* fix test
pull/3433/head
c8ef 11 months ago committed by GitHub
parent decbdf4318
commit 928bb8b43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/g/glaze/xmake.lua

@ -7,8 +7,9 @@ package("glaze")
"https://github.com/stephenberry/glaze.git")
add_versions("v1.3.5", "de5d59cb7f31193d45f67f25d8ced1499df50c0d926a1461432b87f2b2368817")
add_versions("v2.2.0", "1d6e36029a58bf8c4bdd035819e1ab02b87d8454dd80fa2f5d46c96a1e6d600c")
on_install(function (package)
on_install("linux", function (package)
os.cp("include", package:installdir())
end)

Loading…
Cancel
Save