Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 3, 2025
1 parent 44425f4 commit d3cd88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x/xorgproto/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ package("xorgproto")
add_extsources("apt::x11proto-dev", "pkgconfig::xproto")
end

if is_plat("macosx", "linux", "bsd") then
if is_plat("macosx", "linux", "bsd", "cross") then
add_deps("pkg-config", "util-macros")
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-dependency-tracking",
Expand Down

0 comments on commit d3cd88d

Please sign in to comment.