Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/libc++/BUILD.gn

Issue 1984953002: Use root_out_dir for lib_dirs when building with a custom libc++. (Closed) Base URL: https://chromium.googlesource.com/chromium/buildtools.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698