diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 6bbc3f7..76af9cc 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -38,7 +38,7 @@ 'variables': { # Compute the architecture that we're building on. 'conditions': [ - [ 'OS=="linux" or OS=="freebsd"', { + [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', { # This handles the Linux platforms we generally deal with. Anything # else gets passed through, which probably won't work very well; such # hosts should pass an explicit target_arch to gyp. |