diff options
-rwxr-xr-x | init | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,4 +24,6 @@ luarocks config variables.LUA_INCDIR /root/$luaver/src | |||
24 | # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for | 24 | # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for |
25 | luarocks config variables.LUA_LIBDIR /root | 25 | luarocks config variables.LUA_LIBDIR /root |
26 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll | 26 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll |
27 | luarocks config variables.LUA_LIBDIR_OK true | 27 | luarocks config variables.LUA_LIBDIR_OK true #sets it as a string |
28 | sed -i 's/LUA_LIBDIR_OK = "true"/LUA_LIBDIR_OK = true/g' /etc/luarocks/config-$luaver.lua | ||
29 | |||