Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 30a34300593e1e2e8ed538c3a42f046709ed6bc0..528cda67e5d475890cf400da449db026eaa05054 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -13,13 +13,13 @@ |
'pkg-config': 'pkg-config' |
}, |
}], |
- [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
+ [ 'os_posix==1 and OS!="mac"', { |
'variables': { |
# We use our own copy of libssl3, although we still need to link against |
# the rest of NSS. |
'use_system_ssl%': 0, |
}, |
- }, { # OS!="linux" |
+ }, { |
'variables': { |
'use_system_ssl%': 1, |
}, |