summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_BUILD.gn
blob: e107c0b031ccac2eaec8b8e349e2b8590da914ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/BUILD.gn.orig	2016-10-06 04:02:21.000000000 +0300
+++ mojo/BUILD.gn	2016-10-13 07:50:28.562419000 +0300
@@ -12,7 +12,7 @@
     "//mojo/common",
   ]
 
-  if (!(is_linux && current_cpu == "x86")) {
+  if (!((is_linux || is_bsd) && current_cpu == "x86")) {
     # TODO(GYP): Figure out if this needs to be supported. Right now
     # it won't work on x86 official builds because it needs stuff in the
     # sysroot that doesn't exist.