From bdaa92377180763dcfad0ed2627e59842425ee93 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 13 Jun 2018 17:16:36 -0300 Subject: Cleanups: Remove old lfw/ directory, rclauncher.c --- lfw/luarocks_config.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lfw/luarocks_config.lua (limited to 'lfw/luarocks_config.lua') diff --git a/lfw/luarocks_config.lua b/lfw/luarocks_config.lua deleted file mode 100644 index 557890f4..00000000 --- a/lfw/luarocks_config.lua +++ /dev/null @@ -1,10 +0,0 @@ -local LFW_ROOT = config.LFW_ROOT -rocks_servers = { - [[http://luarocks.org/repositories/rocks]] -} -rocks_trees = { - { root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]], - bin_dir = LFW_ROOT, lua_dir = LFW_ROOT..[[\lua]], - lib_dir = LFW_ROOT..[[\clibs]] } -} -variables.WRAPPER = LFW_ROOT..[[\rclauncher.c]] -- cgit v1.2.3-55-g6feb