summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-09 01:43:00 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-09 01:43:00 -0600
commit30f4c66de8a477dc5a4a1006e28d27f4ebccab00 (patch)
tree995764006e3378502b79e713e3238b604fe7f427
parent6f8bd6a878449cd1ed08761d7e6f1a7765f62d47 (diff)
downloadimage-luarocks-30f4c66de8a477dc5a4a1006e28d27f4ebccab00.tar.gz
image-luarocks-30f4c66de8a477dc5a4a1006e28d27f4ebccab00.tar.bz2
image-luarocks-30f4c66de8a477dc5a4a1006e28d27f4ebccab00.zip
Try setting external deps another way
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 53ea1d9..aea66bc 100755
--- a/init
+++ b/init
@@ -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
32echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)" 32echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)"
33echo "external_deps_dirs = {'/usr/x86_64-w64-mingw32/lib'}" >> "$(luarocks config config_files.nearest)" 33echo 'external_deps_dirs = {"/usr/x86_64-w64-mingw32/lib"}' >> "$(luarocks config config_files.nearest)"
34 34