diff options
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index c51d0a7..a707343 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -13,19 +13,11 @@ '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': [ { |