From 2a11208d8ecf8b6d1dc76a146748f064fe6b8b28 Mon Sep 17 00:00:00 2001 From: tuler Date: Mon, 23 May 2005 20:24:00 +0000 Subject: [PATCH] LuaBinaries release 2 update. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index b6d0ddb..585de14 100644 --- a/config +++ b/config @@ -17,7 +17,7 @@ COMPAT_DIR= ../compat/src # Compilation directives # On FreeBSD systems, the following line should be commented DLLIB= -ldl -LUA_LIBS= -llua -llualib -lm +LUA_LIBS= -llua50 -lm WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings INCS= -I$(LUA_INC) -I$(COMPAT_DIR) LIBS= $(LUA_LIBS) $(DLLIB)