From 2eef48a92389772dfad8bd37da93464c5aa5da0c Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 25 Oct 2024 19:41:25 -0500 Subject: Try setting some variables to make luarocks build dlls --- init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init b/init index 982354a..2f3417f 100755 --- a/init +++ b/init @@ -21,6 +21,9 @@ rm -rf /root/image-mingw64 luarocks config arch $arch luarocks config link_lua_explicitly true luarocks config variables.LUA_INCDIR /root/$luaver/src +luarocks config lib_extension dll +luarocks config external_lib_extension dll +luarocks config variables.LIB_EXTENSION dll # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for luarocks config variables.LUA_LIBDIR /root # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll -- cgit v1.2.3-55-g6feb