From 5bc84b277da9ed51e70d070f38688f629e18fb73 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 5 Mar 2015 18:00:29 +0100 Subject: more lua fixes --- src/crawl/GNUmakefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/crawl/GNUmakefile') diff --git a/src/crawl/GNUmakefile b/src/crawl/GNUmakefile index 778a72a..5c99362 100755 --- a/src/crawl/GNUmakefile +++ b/src/crawl/GNUmakefile @@ -36,7 +36,13 @@ endif ifeq ($(WITH_LUA),1) INCLUDE_CXXFLAGS += \ - -DWITH_LUA + -DWITH_LUA \ + -I$(TOPDIR)/lua/src +endif + +ifeq ($(WITH_LUA),1) +INCLUDE_LDFLAGS += \ + -L$(TOPDIR)/lua/src endif CPP_OBJS = \ -- cgit v1.2.3-54-g00ecf