mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Substituicao nos nomes dos arquivos.
This commit is contained in:
4
config
4
config
@@ -1,6 +1,7 @@
|
||||
# Installation directories
|
||||
# System's libraries directory (where Lua libraries are installed)
|
||||
# System's libraries directory (where binary libraries are installed)
|
||||
LIB_DIR= /usr/local/lib
|
||||
# System's lua directory (where Lua libraries are installed)
|
||||
LUA_DIR= /usr/local/lua
|
||||
|
||||
# OS dependent
|
||||
@@ -10,7 +11,6 @@ LIB_OPTION= -dynamiclib #for MacOS X
|
||||
#LIB_OPTION= -shared #for Linux
|
||||
|
||||
# Compilation directives
|
||||
# pre-compile and include mod2.lua into mod_lua.c
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user