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 97e5637..42cf571 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -65,7 +65,7 @@ }], ['OS == "ios"', { 'dependencies' : [ - '<(DEPTH)/testing/iossim/iossim.gyp:iossim', + '<(DEPTH)/testing/iossim/iossim.gyp:iossim#host', ], 'direct_dependent_settings': { 'target_conditions': [ |