mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
LuaBinaries release 2 update.
This commit is contained in:
2
config
2
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)
|
||||
|
||||
Reference in New Issue
Block a user