diff options
-rw-r--r-- | testing/gtest.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 3a787e1..69b2bf5 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -6,6 +6,7 @@ 'targets': [ { 'target_name': 'gtest', + 'toolsets': ['host', 'target'], 'type': 'static_library', 'sources': [ 'gtest/include/gtest/gtest-death-test.h', |