bump MACOSX_VERSION

This commit is contained in:
Gleydson Soares 2015-10-15 07:41:19 -03:00
parent bf1de60f00
commit e9393e9891

View File

@ -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