diff options
Diffstat (limited to 'lfw/lua')
| -rw-r--r-- | lfw/lua/luarocks/config.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lfw/lua/luarocks/config.lua b/lfw/lua/luarocks/config.lua deleted file mode 100644 index fd0e2fb9..00000000 --- a/lfw/lua/luarocks/config.lua +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | local os = os | ||
| 2 | |||
| 3 | module("luarocks.config") | ||
| 4 | LFW_ROOT = os.getenv("LUA_DEV") | ||
| 5 | LUA_INCDIR=LFW_ROOT..[[\include]] | ||
| 6 | LUA_LIBDIR=LFW_ROOT..[[\lib]] | ||
| 7 | LUA_BINDIR=LFW_ROOT | ||
| 8 | LUA_INTERPRETER=[[lua]] | ||
| 9 | LUAROCKS_UNAME_S=[[WindowsNT]] | ||
| 10 | LUAROCKS_UNAME_M=[[x86]] | ||
| 11 | LUAROCKS_SYSCONFIG=LFW_ROOT..[[\luarocks_config.lua]] | ||
| 12 | LUAROCKS_ROCKS_TREE=LFW_ROOT | ||
| 13 | LUAROCKS_PREFIX=LFW_ROOT | ||
| 14 | LUAROCKS_DOWNLOADER=[[wget]] | ||
| 15 | LUAROCKS_MD5CHECKER=[[md5sum]] | ||
| 16 | |||
