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