From 5a991a457ea48d0e5f48a9d9d0eba5748534c818 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 20 Dec 2017 19:03:57 +0000 Subject: community/chromium: work around parallel build issue --- community/chromium/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/chromium') diff --git a/community/chromium/APKBUILD b/community/chromium/APKBUILD index 2ef85c731d..c19f2a2bf7 100644 --- a/community/chromium/APKBUILD +++ b/community/chromium/APKBUILD @@ -236,6 +236,10 @@ build() { out/Release/gn gen out/$_buildtype --args="$_c" msg "Ninja turtles GO!" + # workaround parallel build + ninja -C out/Release gen/ui/accessibility/ax_enums.h \ + gen/ui/accessibility/ax_enums.cc + # build mksnapshot and paxmark it ninja -C out/$_buildtype mksnapshot paxmark -m out/$_buildtype/mksnapshot -- cgit v1.2.3