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 2, 2025
1 parent d23f3ff commit cbeec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libxext/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package("libxext")
add_deps("pkg-config", "libx11", "xorgproto")
end

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

0 comments on commit cbeec59

Please sign in to comment.