From 2bf09e8e8ff91982e659f7e8f30c8ee93b1cc692 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 9 Dec 2024 01:50:50 -0600 Subject: Actually fix deps dir --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index aea66bc..49ec3eb 100755 --- a/init +++ b/init @@ -30,5 +30,5 @@ luarocks config variables.LUA_LIBDIR /root # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll # Can't use luarocks config because it sets it as a string echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)" -echo 'external_deps_dirs = {"/usr/x86_64-w64-mingw32/lib"}' >> "$(luarocks config config_files.nearest)" +echo 'external_deps_dirs = {"/usr/x86_64-w64-mingw32"}' >> "$(luarocks config config_files.nearest)" -- cgit v1.2.3-55-g6feb