From 30f4c66de8a477dc5a4a1006e28d27f4ebccab00 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 9 Dec 2024 01:43:00 -0600 Subject: Try setting external deps another way --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 53ea1d9..aea66bc 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/lib"}' >> "$(luarocks config config_files.nearest)" -- cgit v1.2.3-55-g6feb