aboutsummaryrefslogtreecommitdiffstats
path: root/Make.config
blob: c396d98f23bff1cee2affb4c26d99a9bfc0f859b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Path to your Lua C library directory (LUA_CPATH)
LUA_DIR = /usr/local/lib/lua/5.1

# Some distros require, for example, lua5.1 here
LUA_LIBNAME = lua

# Some distros put Lua include files in /usr/include/lua5.1, for example
LUA_INCLUDEPATH = /usr/include

# Set this to the path of your luadoc executable if you want to regenerate the
# documentation and the luadoc script isn't in your PATH
LUADOC = luadoc

OS = linux
#OS = osx