improve muslcc

pull/288/head
ruki 4 years ago
parent 614c084398
commit 559cf00bf7
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      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

Loading…
Cancel
Save