summaryrefslogtreecommitdiff
path: root/tolua/src/bin/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-01 10:44:10 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-01 10:44:57 +0100
commit122bf8d20e0b06b244f81e9c05b22a13d4db5b15 (patch)
tree27c2cd094a4c0af7ae83c7f51954df3842a4f829 /tolua/src/bin/GNUmakefile
parent718844acb9a1a96db05519166e732f4c2dde91b7 (diff)
downloadcrawler-122bf8d20e0b06b244f81e9c05b22a13d4db5b15.tar.gz
crawler-122bf8d20e0b06b244f81e9c05b22a13d4db5b15.tar.bz2
fixed local tolua to use local lua library and include dirs)
Diffstat (limited to 'tolua/src/bin/GNUmakefile')
-rw-r--r--tolua/src/bin/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tolua/src/bin/GNUmakefile b/tolua/src/bin/GNUmakefile
index 93daf77..96d0143 100644
--- a/tolua/src/bin/GNUmakefile
+++ b/tolua/src/bin/GNUmakefile
@@ -20,7 +20,7 @@ $(T): $(OBJS)
$(CC) -o $@ $(OBJS) $(LIB) -ltolua -llua -lm
toluabind.c: $(T_D)
- $(T_D) -o toluabind.c tolua.pkg
+ LD_LIBRARY_PATH=$(LUALIB) $(T_D) -o toluabind.c tolua.pkg
$(T_D): $(OBJS_D)
$(CC) -o $@ $(OBJS_D) $(LIB) -ltolua -llua -lm