summaryrefslogtreecommitdiff
path: root/makefiles/gmake/platform.mk
diff options
context:
space:
mode:
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