diff options
author | scuri <scuri> | 2009-06-26 19:43:05 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-26 19:43:05 +0000 |
commit | d718eeaef158211909dc0e4e4a5ff025d3d06909 (patch) | |
tree | f814a3a326a1b76264a843e4827e2a2d218f79db /src | |
parent | f0c4fccc0b6e6d885b4220d044fbbd19647b6f4f (diff) |
*** empty log message ***cd_5_2
Diffstat (limited to 'src')
-rw-r--r-- | src/tecmake_compact.mak | 6 |
1 files changed, 4 insertions, 2 deletions
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 |