diff options
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index da95f42..c0be091 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -108,9 +108,7 @@ }, }, { - # Note that calling this "gtest_main" confuses the scons build, - # which uses "_main" on scons files to produce special behavior. - 'target_name': 'gtestmain', + 'target_name': 'gtest_main', 'type': '<(library)', 'dependencies': [ 'gtest', |