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 110fe14..078ca3c 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -12,7 +12,7 @@ 'targets': [ { 'target_name': 'gtest', - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B', 'sources': [ 'gtest/include/gtest/internal/gtest-death-test-internal.h', |