summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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