summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-08 17:31:57 -0800
committerDonald Carr2016-01-08 17:31:57 -0800
commit711064ee84dec0517ee8ca9060c0273862ef666f (patch)
tree6ecd6ab9880354e5b1dde7f4a49133a411489d42 /PKGBUILD
parent149cfbc96cfa07d0bee173ab44e8c4121a23634a (diff)
downloadaur-711064ee84dec0517ee8ca9060c0273862ef666f.tar.gz
Document build quirks handed down from Chromium
Change-Id: I5e6f5306eeb6feccef08e687542bf2a4a1be8940
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 851e5629431c..13b22b05e9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,9 @@ build() {
# -developer-build \
# -separate-debug-info \
+ # Chromium requires python2 to be the system python on your build host
+ # I literally symlink /usr/bin/python to /usr/bin/python2 on arch
+
# patch
local _webenginefileoverride="${_srcdir}/qtwebengine/tools/qmake/mkspecs/features/functions.prf"
sed -i "s/linux-clang/linux*/" ${_webenginefileoverride}