diff options
-rwxr-xr-x | init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ rm -rf /root/image-mingw64 | |||
21 | luarocks config arch $arch | 21 | luarocks config arch $arch |
22 | luarocks config link_lua_explicitly true | 22 | luarocks config link_lua_explicitly true |
23 | luarocks config variables.LUA_INCDIR /root/$luaver/src | 23 | luarocks config variables.LUA_INCDIR /root/$luaver/src |
24 | luarocks config lib_extension dll | ||
25 | luarocks config external_lib_extension dll | ||
26 | luarocks config variables.LIB_EXTENSION dll | ||
24 | # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for | 27 | # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for |
25 | luarocks config variables.LUA_LIBDIR /root | 28 | luarocks config variables.LUA_LIBDIR /root |
26 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll | 29 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll |