summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-09 01:50:50 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-09 01:50:50 -0600
commit2bf09e8e8ff91982e659f7e8f30c8ee93b1cc692 (patch)
tree62652e50a215b78fc72a64fc5f5fec0928c71020
parent30f4c66de8a477dc5a4a1006e28d27f4ebccab00 (diff)
downloadimage-luarocks-master.tar.gz
image-luarocks-master.tar.bz2
image-luarocks-master.zip
Actually fix deps dirHEADmaster
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index aea66bc..49ec3eb 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"}' >> "$(luarocks config config_files.nearest)"
34 34