mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Atualizando o esquema de compilacao para o uso da compat-5.1.
This commit is contained in:
2
config
2
config
@@ -14,7 +14,7 @@ LIB_OPTION= -dynamiclib #for MacOS X
|
||||
# On FreeBSD systems, the following line should be commented
|
||||
DLLIB= -ldl
|
||||
WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings
|
||||
INCS= -I/usr/local/include/lua5
|
||||
INCS= -I/usr/local/include/lua5 -I../compat
|
||||
LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB)
|
||||
CFLAGS= $(WARN) $(INCS)
|
||||
CC= gcc
|
||||
|
||||
Reference in New Issue
Block a user