Skip to content

Commit

Permalink
Make glaze multiplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetelias authored Jul 12, 2024
1 parent 41fe349 commit 46b9066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g/glaze/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package("glaze")
add_versions("v2.2.0", "1d6e36029a58bf8c4bdd035819e1ab02b87d8454dd80fa2f5d46c96a1e6d600c")
add_versions("v1.3.5", "de5d59cb7f31193d45f67f25d8ced1499df50c0d926a1461432b87f2b2368817")

on_install("linux", function (package)
on_install(function (package)
os.cp("include", package:installdir())
end)

Expand Down

0 comments on commit 46b9066

Please sign in to comment.