From e9393e98919e8e61104ba62402a68e22a2be20a2 Mon Sep 17 00:00:00 2001 From: Gleydson Soares Date: Thu, 15 Oct 2015 07:41:19 -0300 Subject: [PATCH] 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