summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-01 14:47:48 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-01 14:47:48 +0100
commit29c0b034d9f7458fd740e606c5c7cbfb283e639b (patch)
treeb5d5cc7e6ee633026ff0e1010b15ee575dd11245
parent3a09bf7c6b3afcf911624001cc55dacfd04d8f6e (diff)
downloadnetsurf-all-29c0b034d9f7458fd740e606c5c7cbfb283e639b.tar.gz
netsurf-all-29c0b034d9f7458fd740e606c5c7cbfb283e639b.tar.bz2
add default cflags to cocoa build
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8d0343..354bb56 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ else
else
ifeq ($(TARGET),cocoa)
NSLIB_TARG := $(NSLIB_ALL_TARG)
+ export CFLAGS := -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
else
NSLIB_TARG := $(NSLIB_ALL_TARG)
NSHOST_TARG := $(NSGENBIND_TARG)