diff options
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index cdd70c5..c8f64e5 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -59,7 +59,7 @@ ], }, }], - ['OS == "mac" or OS == "linux"', { + ['OS == "mac" or OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 'defines': [ # gtest isn't able to figure out when RTTI is disabled for gcc # versions older than 4.3.2, and assumes it's enabled. Our Mac |