Browse Source

Add mingw support to gn (#2344)

Caleb Kiage 2 years ago
parent
commit
dd0fa7a84e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/g/gn/xmake.lua

+ 1 - 1
packages/g/gn/xmake.lua

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