blob: 557890f4fd05fac610e8484138379371f650edf0 (
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.c]]
|