aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtwebengine/pkg-config.diff
blob: d4dfdd5a461234d01aa04d6b6337c1e321adcb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/3rdparty/chromium/build/config/linux/pkg_config.gni b/src/3rdparty/chromium/build/config/linux/pkg_config.gni
index 0d873903c..09bf2e874 100644
--- a/src/3rdparty/chromium/build/config/linux/pkg_config.gni
+++ b/src/3rdparty/chromium/build/config/linux/pkg_config.gni
@@ -54,7 +54,7 @@ pkg_config_script = "//build/config/linux/pkg-config.py"
 pkg_config_args = []
 
 common_pkg_config_args = []
-if (sysroot != "") {
+if (sysroot != "" && !is_android) {
   # Pass the sysroot if we're using one (it requires the CPU arch also).
   common_pkg_config_args += [
     "-s",