diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index 2b3ec73..1461b95 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -52,7 +52,7 @@ ['exclude', 'ec_private_key_nss\.cc$'], ], }], - [ 'OS == "freebsd" or OS == "openbsd"', { + [ 'os_bsd==1', { 'link_settings': { 'libraries': [ '-L/usr/local/lib -lexecinfo', |