diff options
| author | luau-project <luau.project@gmail.com> | 2026-03-06 10:50:12 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2026-03-16 19:31:35 -0300 |
| commit | 137dd749a0b0026483eb76411d1a1a8736a86d48 (patch) | |
| tree | 758bfcd45a104f1863f1b2d2553afd99affa6987 /binary | |
| parent | 47301d83aba58925e1b9594023621ebb27070cdb (diff) | |
| download | luarocks-137dd749a0b0026483eb76411d1a1a8736a86d48.tar.gz luarocks-137dd749a0b0026483eb76411d1a1a8736a86d48.tar.bz2 luarocks-137dd749a0b0026483eb76411d1a1a8736a86d48.zip | |
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
Diffstat (limited to 'binary')
| -rw-r--r-- | binary/luasocket-3.1.0-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 34 | }, | 34 | }, |
| 35 | mingw32 = { | 35 | mingw32 = { |
| 36 | "LUASOCKET_DEBUG", | 36 | "LUASOCKET_DEBUG", |
| 37 | "LUASOCKET_INET_PTON", | 37 | -- "LUASOCKET_INET_PTON", |
| 38 | "WINVER=0x0501" | 38 | "WINVER=0x0501" |
| 39 | } | 39 | } |
| 40 | } | 40 | } |
