Chromium Code Reviews| Index: third_party/libc++/BUILD.gn |
| diff --git a/third_party/libc++/BUILD.gn b/third_party/libc++/BUILD.gn |
| index 58c273cd2f81801c82cf6db45056de4341a07807..7a9b256e622d5cbceada633d5ddca51d6b3d71fa 100644 |
| --- a/third_party/libc++/BUILD.gn |
| +++ b/third_party/libc++/BUILD.gn |
| @@ -122,5 +122,5 @@ config("link_helper") { |
| # example of this issue: https://code.google.com/p/gyp/issues/detail?id=315 |
| "-Wl,-R,\$ORIGIN/", |
| ] |
| - lib_dirs = [ root_build_dir ] |
| + lib_dirs = [ root_out_dir ] |
| } |