summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-mojo_BUILD.gn
blob: 3c361a99f69b42b0615522d3d06cae0ba8719618 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/BUILD.gn.orig	2017-01-26 00:49:15 UTC
+++ mojo/BUILD.gn
@@ -12,7 +12,7 @@ group("mojo") {
     "//mojo/common",
   ]
 
-  if (!(is_linux && current_cpu == "x86")) {
+  if (!((is_linux || is_bsd) && current_cpu == "x86")) {
     deps += [ "//mojo/public" ]
   }
 
OpenPOWER on IntegriCloud