summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rw-r--r--deps/gtest/gtest.gyp10
1 files changed, 7 insertions, 3 deletions
diff --git a/deps/gtest/gtest.gyp b/deps/gtest/gtest.gyp
index 8b638bb130..c62b6be3f8 100644
--- a/deps/gtest/gtest.gyp
+++ b/deps/gtest/gtest.gyp
@@ -1,7 +1,11 @@
{
- 'includes': [
- '../../gyp/common.gypi',
- ],
+ 'target_defaults': {
+ 'default_configuration': 'Release',
+ 'configurations': {
+ 'Debug': {},
+ 'Release': {}
+ },
+ },
'targets': [{
'target_name': 'gtest',
'type': 'static_library',