summaryrefslogtreecommitdiffstats
path: root/build/linux/system.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r--build/linux/system.gyp14
1 files changed, 11 insertions, 3 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index a707343..c51d0a7 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -13,11 +13,19 @@
'pkg-config': 'pkg-config'
},
}],
+ [ 'OS=="linux"', {
+ 'variables': {
+ # We use our own copy of libssl, although we still need to link against
+ # the rest of NSS.
+ 'use_system_ssl%': 0,
+ },
+ }, { # OS!="linux"
+ 'variables': {
+ 'use_system_ssl%': 1,
+ },
+ }],
],
- 'variables': {
- 'use_system_ssl%': 1,
- },
'targets': [
{