diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,5 +30,5 @@ luarocks config variables.LUA_LIBDIR /root | |||
30 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll | 30 | # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll |
31 | # Can't use luarocks config because it sets it as a string | 31 | # Can't use luarocks config because it sets it as a string |
32 | echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)" | 32 | echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)" |
33 | echo 'external_deps_dirs = {"/usr/x86_64-w64-mingw32/lib"}' >> "$(luarocks config config_files.nearest)" | 33 | echo 'external_deps_dirs = {"/usr/x86_64-w64-mingw32"}' >> "$(luarocks config config_files.nearest)" |
34 | 34 | ||