Index: testing/gmock.gyp |
diff --git a/testing/gmock.gyp b/testing/gmock.gyp |
index f423bd03dc5cf98d7bf996c59b2eaba51a6f8259..ba4386141a638527d9ddb77712fab6e0f16066c6 100644 |
--- a/testing/gmock.gyp |
+++ b/testing/gmock.gyp |
@@ -47,6 +47,13 @@ |
'export_dependent_settings': [ |
'gtest.gyp:gtest', |
], |
+ 'conditions': [ |
+ ['want_separate_host_toolset==1', { |
+ 'toolsets': ['host', 'target'], |
+ }, { |
+ 'toolsets': ['target'], |
+ }], |
+ ], |
}, |
{ |
'target_name': 'gmock_main', |