aboutsummaryrefslogtreecommitdiff
path: root/lfw/luarocks_config.lua
blob: 9fd0aebd45e3af05496c9138a9c7743f47ab7944 (plain)
1
2
3
4
5
6
7
8
9
10
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.obj]]