summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.gypi b/common.gypi
index 46711ac76d..af06295a85 100644
--- a/common.gypi
+++ b/common.gypi
@@ -22,6 +22,8 @@
'node_tag%': '',
'uv_library%': 'static_library',
+ 'clang%': 0,
+
'openssl_fips%': '',
# Default to -O0 for debug builds.
@@ -91,8 +93,6 @@
}],
['OS=="mac"', {
'clang%': 1,
- }, {
- 'clang%': 0,
}],
],
},