summaryrefslogtreecommitdiff
path: root/makefiles/gmake/platform.mk
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
commit5bc84b277da9ed51e70d070f38688f629e18fb73 (patch)
tree39821eedde78c06370c4875c539525f382cac001 /makefiles/gmake/platform.mk
parent8c195035bc14f186fa46abdad59b036bb2840b4b (diff)
downloadcrawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.gz
crawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.bz2
more lua fixes
Diffstat (limited to 'makefiles/gmake/platform.mk')
-rw-r--r--makefiles/gmake/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index 7a98051..03cf70a 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -367,6 +367,6 @@ TOLUA_DIR = $(TOPDIR)/tolua
LUA_DIR = $(TOPDIR)/lua
TOLUA = LD_LIBRARY_PATH=$(LUA_DIR)/src $(TOLUA_DIR)/bin/tolua
TOLUA_INCLUDES = -I$(TOLUA_DIR)/include -I$(LUA_DIR)/src
-TOLUA_LDFLAGS =
+TOLUA_LDFLAGS = -L$(LUA_DIR)/src
TOLUA_LIBS = $(TOLUA_DIR)/lib/libtolua.a
endif