diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 01:50:50 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 01:50:50 -0600 |
commit | 2bf09e8e8ff91982e659f7e8f30c8ee93b1cc692 (patch) | |
tree | 62652e50a215b78fc72a64fc5f5fec0928c71020 | |
parent | 30f4c66de8a477dc5a4a1006e28d27f4ebccab00 (diff) | |
download | image-luarocks-master.tar.gz image-luarocks-master.tar.bz2 image-luarocks-master.zip |
-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 | ||