summaryrefslogtreecommitdiff
path: root/config-5.1.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-26 18:20:44 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-26 18:20:44 -0500
commit779b36d87c0405042fb02c19b5990b454f76a359 (patch)
tree4e6fc3b7d309b929cdd0c3c7d9c0f5fef868cac6 /config-5.1.lua
parentb4cf75cd9e3d43b84c82f77b2932c83b7ee6a01b (diff)
downloadlua4win-dist-lua-779b36d87c0405042fb02c19b5990b454f76a359.tar.gz
lua4win-dist-lua-779b36d87c0405042fb02c19b5990b454f76a359.tar.bz2
lua4win-dist-lua-779b36d87c0405042fb02c19b5990b454f76a359.zip
Add more paths
Add the luarocks/bin folders to the PATH
Diffstat (limited to 'config-5.1.lua')
-rw-r--r--config-5.1.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-5.1.lua b/config-5.1.lua
index a24aa83..713c6a9 100644
--- a/config-5.1.lua
+++ b/config-5.1.lua
@@ -1,7 +1,9 @@
1 1
2rocks_servers = { 2rocks_servers = {
3 { 3 {
4 "http://lua4.win", 4 "http://rocks.lua4.win",
5 },
6 {
5 "https://luarocks.org", 7 "https://luarocks.org",
6 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", 8 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/",
7 "https://loadk.com/luarocks/" 9 "https://loadk.com/luarocks/"
@@ -17,3 +19,4 @@ rocks_trees = {
17 root = home .. "\\luarocks" 19 root = home .. "\\luarocks"
18 } 20 }
19} 21}
22arch="mingw32-x86_64"