summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 354bb56..11a2e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +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
+ export CFLAGS := -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -Wno-error
else
NSLIB_TARG := $(NSLIB_ALL_TARG)
NSHOST_TARG := $(NSGENBIND_TARG)