From d718eeaef158211909dc0e4e4a5ff025d3d06909 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 26 Jun 2009 19:43:05 +0000 Subject: *** empty log message *** --- src/tecmake_compact.mak | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/tecmake_compact.mak') diff --git a/src/tecmake_compact.mak b/src/tecmake_compact.mak index d1a61ff..d4fe0af 100644 --- a/src/tecmake_compact.mak +++ b/src/tecmake_compact.mak @@ -635,8 +635,10 @@ ifdef USE_LUA ifndef NO_LUALIB LIBS += lualib$(LUASUFX) endif - LIBS += lua$(LUASUFX) - LDIR += $(LUA_LIB) + ifndef NO_LUALINK + LIBS += lua$(LUASUFX) + LDIR += $(LUA_LIB) + endif endif LUA_INC ?= $(LUA)/include -- cgit v1.2.3