From 71fd147c47924d6b6ba5090b359618f798f617ed Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 21 Jan 2014 20:34:35 +0800 Subject: [PATCH] Fix gyp error on CI. --- common.gypi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common.gypi b/common.gypi index 9983e3f8fbf4..4649539daa69 100644 --- a/common.gypi +++ b/common.gypi @@ -207,5 +207,14 @@ }, }, }], # OS=="win" + # The breakdpad on Mac assumes Release_Base configuration. + ['OS=="mac"', { + 'target_defaults': { + 'configurations': { + 'Release_Base': { + }, + }, + }, + }], # OS=="mac" ], }