From cbeec5986cb2cc4021a8b105e7a31e8a1b022733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sun, 2 Feb 2025 14:43:21 +0100 Subject: [PATCH] Update xmake.lua --- packages/l/libxext/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/l/libxext/xmake.lua b/packages/l/libxext/xmake.lua index 9eebc66f91e..f7d71691ef6 100644 --- a/packages/l/libxext/xmake.lua +++ b/packages/l/libxext/xmake.lua @@ -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",