Fix gyp error on CI.

This commit is contained in:
Cheng Zhao 2014-01-21 20:34:35 +08:00
parent c271d89677
commit 71fd147c47

View file

@ -207,5 +207,14 @@
},
},
}], # OS=="win"
# The breakdpad on Mac assumes Release_Base configuration.
['OS=="mac"', {
'target_defaults': {
'configurations': {
'Release_Base': {
},
},
},
}], # OS=="mac"
],
}