summarylogtreecommitdiffstats
path: root/002-unsupported.patch
blob: 6b7831df509f43ab377993966a52908ebe4ce027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/steps/04-install-extras.sh b/steps/04-install-extras.sh
index cc577e5..e449931 100755
--- a/steps/04-install-extras.sh
+++ b/steps/04-install-extras.sh
@@ -8,7 +8,8 @@ pushd "$SOURCE"
 
 case "$OS" in
   linux)
-    build/install-build-deps.sh
+    patch ../pdfium/build/install-build-deps.py < ../003-apt-update.patch
+    build/install-build-deps.sh --unsupported
     gclient runhooks
     build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU"
     ;;