From 95850182a535a929f297e52d164abe86d7c24de4 Mon Sep 17 00:00:00 2001 From: IndrekV Date: Wed, 8 Nov 2017 23:50:30 +0200 Subject: [PATCH] added osx 10.9 to isysroot param --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77583237dc..7c70609193 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1 endif ifeq ($(osname), mac) -pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1 --mmacosx-version-min=10.9 +pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1 -isysroot ~/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 endif pocolibs += \