From 10413273d933728d853c46c5bc16ebb65067fc62 Mon Sep 17 00:00:00 2001 From: benny WU Date: Sun, 7 Jul 2024 18:36:28 +0800 Subject: [PATCH] delete the part of mingw --- packages/m/macdylibbundler/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/m/macdylibbundler/xmake.lua b/packages/m/macdylibbundler/xmake.lua index 7304bd6486a..ef0d16bd9f4 100644 --- a/packages/m/macdylibbundler/xmake.lua +++ b/packages/m/macdylibbundler/xmake.lua @@ -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)