| Index: courgette/courgette.gyp
|
| ===================================================================
|
| --- courgette/courgette.gyp (revision 38032)
|
| +++ courgette/courgette.gyp (working copy)
|
| @@ -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:
|
|
|