From bf1de60f00de1c0a60d41d29a859eb26cccc7892 Mon Sep 17 00:00:00 2001 From: Gleydson Soares Date: Thu, 15 Oct 2015 07:39:09 -0300 Subject: [PATCH 1/2] fix typo; s,intall,install, --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb61cde..efd9e6e 100644 --- a/Makefile +++ b/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 LUACPATH ?= /usr/lib/lua/5.1 From e9393e98919e8e61104ba62402a68e22a2be20a2 Mon Sep 17 00:00:00 2001 From: Gleydson Soares Date: Thu, 15 Oct 2015 07:41:19 -0300 Subject: [PATCH 2/2] bump MACOSX_VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efd9e6e..27fc241 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ INCDIR = -I. $(INC_PATH) LIBDIR = -L./luasocket $(LIB_PATH) # For Mac OS X: set the system version -MACOSX_VERSION=10.4 +MACOSX_VERSION=10.11 #---------------------- # Do not edit this part