Browse Source

Update xmake.lua (#762)

ruki 3 years ago
parent
commit
1914220388
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/o/openmp/xmake.lua

+ 1 - 1
packages/o/openmp/xmake.lua

@@ -73,7 +73,7 @@ package("openmp")
         return (result.cflags or result.cxxflags) and result
     end)
 
-    on_install("linux", "macosx", "windows", function (package)
+    on_install("linux", "macosx", "windows", "mingw@msys", function (package)
         -- we need not install anything because we need only compiler flags and deps
     end)