Add mingw support to gn (#2344)

pull/2347/head
Caleb Kiage 1 year ago committed by GitHub
parent 837b305392
commit dd0fa7a84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/g/gn/xmake.lua

@ -24,7 +24,7 @@ package("gn")
end
end
on_install("@windows", "@linux", "@macosx", function (package)
on_install("@windows", "@linux", "@macosx", "@msys", function (package)
os.cp("gn*", package:installdir("bin"))
end)

Loading…
Cancel
Save