Skip to content

Commit

Permalink
delete the part of mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-12 committed Jul 7, 2024
1 parent 0a1d832 commit 1041327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/m/macdylibbundler/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package("macdylibbundler")

add_versions("1.0.5", "d48138fd6766c70097b702d179a657127f9aed3d083051c2d4fce145881a316e")

on_install("linux", "macosx", "mingw", "android", function (package)
on_install("linux", "macosx", "android", function (package)
os.cp(path.join(package:scriptdir(), "port", "xmake.lua"), "xmake.lua")
import("package.tools.xmake").install(package)
end)
Expand Down

0 comments on commit 1041327

Please sign in to comment.