diff options
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 4176719..94650e9 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -13,7 +13,7 @@ 'pkg-config': 'pkg-config' }, }], - [ 'OS=="linux"', { + [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'variables': { # We use our own copy of libssl, although we still need to link against # the rest of NSS. |