Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Feb 3, 2025
1 parent 2a4d4b4 commit 5f7d144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x/xcb-proto/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ package("xcb-proto")
add_versions("1.14.1", "85cd21e9d9fbc341d0dbf11eace98d55d7db89fda724b0e598855fcddf0944fd")
add_versions("1.16.0", "d9c7f010b1105fc3858bf07b5169b2dd8e7493c6652b1fe45f3321d874f291d7")

if is_plat("macosx", "linux", "bsd") then
if is_plat("macosx", "linux", "bsd", "cross") then
add_deps("pkg-config", "python 3.x", {kind = "binary"})
end

on_install("macosx", "linux", "bsd", function (package)
on_install("macosx", "linux", "bsd", "cross", function (package)
local configs = {"--sysconfdir=" .. package:installdir("etc"),
"--localstatedir=" .. package:installdir("var"),
"--disable-silent-rules",
Expand Down

0 comments on commit 5f7d144

Please sign in to comment.