浏览代码

Update xmake.lua (#762)

ruki 3 年之前
父节点
当前提交
1914220388
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)