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" ] }