Browse Source

improve muslcc

ruki 4 years ago
parent
commit
559cf00bf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/m/muslcc/xmake.lua

+ 1 - 1
packages/m/muslcc/xmake.lua

@@ -53,7 +53,7 @@ package("muslcc")
         add_deps("libisl 0.22", {host = true, configs = {shared = true}})
     end
 
-    on_install("@windows", "@linux", "@macosx", function (package)
+    on_install("@windows", "@msys", "@linux", "@macosx", function (package)
         os.tryrm("usr") -- remove soft link
         -- fix missing libisl.22.dylib
         if is_host("macosx") then