diff options
Diffstat (limited to 'o3d/build')
-rw-r--r-- | o3d/build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index b123880..4faaa22 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -34,6 +34,10 @@ ['OS=="mac"', { 'xcode_settings': { 'MACOSX_DEPLOYMENT_TARGET': '10.4', + # TODO(maf): figure out proper fix for the following. + # There is only one place in plugin_mac.mm which attempts + # to use ObjC exception handling. + 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', }, }], ], |