aboutsummaryrefslogtreecommitdiffstats
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/Make.config b/Make.config
index 51855da..1ae1404 100644
--- a/Make.config
+++ b/Make.config
@@ -1,5 +1,11 @@
# Path to your Lua C library directory (LUA_CPATH)
-LUA_C_DIR = /usr/local/lib/lua/5.1
+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
OS = linux
#OS = osx