diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 | ||||
-rw-r--r-- | build/linux/system.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5a5bac0..5cdbdb6 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -53,7 +53,7 @@ '../v8/tools/gyp/v8.gyp:*', ], }], - ['OS=="mac" or OS=="linux" or OS=="freebsd"', { + ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': [ '../third_party/yasm/yasm.gyp:*#host', ], 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. |