From f57533fa0ee97bda5a196fb07e4e9ccbfd8aff2c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 9 Dec 2014 17:25:45 -0800 Subject: [PATCH] Add os_bsd variable for breakpad --- common.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.gypi b/common.gypi index d3835bbd89f2..becb453a96ca 100644 --- a/common.gypi +++ b/common.gypi @@ -12,6 +12,8 @@ 'msvs_express': 0, }], ], + # Required by breakpad. + 'os_bsd': 0, # Reflects node's config.gypi. 'component%': 'static_library', 'python': 'python',