diff options
author | tuler <tuler> | 2005-05-23 20:24:00 +0000 |
---|---|---|
committer | tuler <tuler> | 2005-05-23 20:24:00 +0000 |
commit | 2a11208d8ecf8b6d1dc76a146748f064fe6b8b28 (patch) | |
tree | 856e6124c1209b44d451d88b9dbd6adcf7a7c855 | |
parent | 62946f1b92e795f90d51ddb0565dbab5fc7c9508 (diff) | |
download | luafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.tar.gz luafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.tar.bz2 luafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.zip |
LuaBinaries release 2 update.
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ COMPAT_DIR= ../compat/src | |||
17 | # Compilation directives | 17 | # Compilation directives |
18 | # On FreeBSD systems, the following line should be commented | 18 | # On FreeBSD systems, the following line should be commented |
19 | DLLIB= -ldl | 19 | DLLIB= -ldl |
20 | LUA_LIBS= -llua -llualib -lm | 20 | LUA_LIBS= -llua50 -lm |
21 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 21 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings |
22 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) | 22 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) |
23 | LIBS= $(LUA_LIBS) $(DLLIB) | 23 | LIBS= $(LUA_LIBS) $(DLLIB) |