From 122bf8d20e0b06b244f81e9c05b22a13d4db5b15 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 1 Mar 2015 10:44:10 +0100 Subject: fixed local tolua to use local lua library and include dirs) --- tolua/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tolua/config') diff --git a/tolua/config b/tolua/config index d69bfaf..4b7d7b8 100644 --- a/tolua/config +++ b/tolua/config @@ -21,9 +21,12 @@ RANLIB= ranlib AR= ar rcu # set lua path -LUA=/usr/local -LUAINC=$(LUA)/include -LUALIB=$(LUA)/lib +#LUA=/usr/local +LUA=../../../lua/src +#LUAINC=$(LUA)/include +LUAINC=$(LUA) +#LUALIB=$(LUA)/lib +LUALIB=$(LUA) # == END OF USER SETTINGS. DO NOT CHANGE ANYTHING BELOW THIS LINE ============ -- cgit v1.2.3-54-g00ecf