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

Unified Diff: build/linux/pkg-config-wrapper

Issue 1530723002: GN: Don't default to using lib64 in PKG_CONFIG_PATH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « build/config/linux/pkg-config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/pkg-config-wrapper
diff --git a/build/linux/pkg-config-wrapper b/build/linux/pkg-config-wrapper
index b7595645a11f434ce67a666e5fd58219f47b2b54..2afb22ba7c5ed0aa3c952b106887f6fc002d2566 100755
--- a/build/linux/pkg-config-wrapper
+++ b/build/linux/pkg-config-wrapper
@@ -28,13 +28,6 @@ then
exit 1
fi
-if [ "$target_arch" = "x64" ]
-then
- : ${libpath:="lib64"}
-else
- : ${libpath:="lib"}
-fi
-
rewrite=`dirname $0`/rewrite_dirs.py
package=${!#}
« no previous file with comments | « build/config/linux/pkg-config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698