Skip to content

Commit

Permalink
delete the part of windows, because this repo just support linux and …
Browse files Browse the repository at this point in the history
…macos
  • Loading branch information
hahahahbenny committed Jul 7, 2024
1 parent a24a87d commit 0a1d832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions packages/m/macdylibbundler/port/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ target("macdylibbundler")
add_includedirs("src")

add_headerfiles("src/*.h")

if is_plat("windows") and is_kind("shared") then
add_rules("utils.symbols.export_all", {export_classes = true})
end
3 changes: 1 addition & 2 deletions packages/m/macdylibbundler/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ package("macdylibbundler")

add_versions("1.0.5", "d48138fd6766c70097b702d179a657127f9aed3d083051c2d4fce145881a316e")


on_install("windows", "linux", "macosx" ,function (package)
on_install("linux", "macosx", "mingw", "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 0a1d832

Please sign in to comment.