summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-04 16:02:54 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-04 16:02:54 +0100
commit81151f6861eeb24c356f6fb544a78e4459070bf3 (patch)
treefc8ab6ac33730da6e403f33e3530ef201aec5042 /solenv
parent381bed81e43d7fdd541115e0ab4213b0609e7ac0 (diff)
gbuild: macosx.mk: enable -fobjc-exceptions
Add it to gb_OBJCFLAGS, just like in old solenv/inc/unxmacx.mk.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/macosx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index bd92908ba770..114dd16a7e85 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -84,7 +84,7 @@ endif
# (see toolkit module for a case where it is necessary to do it this way)
gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
-gb_OBJCFLAGS := -x objective-c
+gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
gb_LinkTarget_LDFLAGS := \
-Wl,-syslibroot,$(gb_SDKDIR) \