소스 검색

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
         return (result.cflags or result.cxxflags) and result
     end)
     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
         -- we need not install anything because we need only compiler flags and deps
     end)
     end)