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 0598e9b..517bd06 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -111,7 +111,7 @@ }, 'postbuild_name': 'Copy ASan runtime dylib', 'action': [ - '<(copy_asan_dylib_path)', + '>(copy_asan_dylib_path)', ], }, ], |