Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing authored Feb 14, 2025
1 parent 766c0ec commit e1a3af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/m/metall/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package("metall")
end
end)

on_install("macosx", "linux", "bsd", "mingw", "cross", function (package)
on_install("macosx", "linux", "bsd", function (package)
local configs = {"-DJUST_INSTALL_METALL_HEADER=ON"}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
Expand Down

0 comments on commit e1a3af4

Please sign in to comment.