From 137dd749a0b0026483eb76411d1a1a8736a86d48 Mon Sep 17 00:00:00 2001 From: luau-project Date: Fri, 6 Mar 2026 10:50:12 -0300 Subject: fix: allow cross compilation of LuaRocks binaries * this change is on LuaSocket 3.1.0 rockspec: see https://luarocks.org/manifests/lunarmodules/luasocket-3.1.0-1.rockspec --- binary/luasocket-3.1.0-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary') diff --git a/binary/luasocket-3.1.0-1.rockspec b/binary/luasocket-3.1.0-1.rockspec index dd9e6364..2d724ac6 100644 --- a/binary/luasocket-3.1.0-1.rockspec +++ b/binary/luasocket-3.1.0-1.rockspec @@ -34,7 +34,7 @@ local function make_plat(plat) }, mingw32 = { "LUASOCKET_DEBUG", - "LUASOCKET_INET_PTON", + -- "LUASOCKET_INET_PTON", "WINVER=0x0501" } } -- cgit v1.2.3-55-g6feb