diff options
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r-- | courgette/courgette.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp index dba1612..21eedfa 100644 --- a/courgette/courgette.gyp +++ b/courgette/courgette.gyp @@ -93,7 +93,7 @@ '../testing/gtest.gyp:gtest', ], 'conditions': [ - [ 'OS == "linux" or OS == "freebsd"', { + [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 'dependencies': [ # Workaround for gyp bug 69. # Needed to handle the #include chain: @@ -118,7 +118,7 @@ '../testing/gtest.gyp:gtest', ], 'conditions': [ - [ 'OS == "linux" or OS == "freebsd"', { + [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 'dependencies': [ # Workaround for gyp bug 69. # Needed to handle the #include chain: |