mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-27 21:08:22 +01:00
Merge pull request #56 from gleydsonsoares/Makefile-tweaks
Makefile tweaks
This commit is contained in:
commit
73a2c4ceda
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Inform the location to intall the modules
|
# Inform the location to install the modules
|
||||||
LUAPATH ?= /usr/share/lua/5.1
|
LUAPATH ?= /usr/share/lua/5.1
|
||||||
LUACPATH ?= /usr/lib/lua/5.1
|
LUACPATH ?= /usr/lib/lua/5.1
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ INCDIR = -I. $(INC_PATH)
|
|||||||
LIBDIR = -L./luasocket $(LIB_PATH)
|
LIBDIR = -L./luasocket $(LIB_PATH)
|
||||||
|
|
||||||
# For Mac OS X: set the system version
|
# For Mac OS X: set the system version
|
||||||
MACOSX_VERSION=10.4
|
MACOSX_VERSION=10.11
|
||||||
|
|
||||||
#----------------------
|
#----------------------
|
||||||
# Do not edit this part
|
# Do not edit this part
|
||||||
|
Loading…
Reference in New Issue
Block a user