12 lines
499 B
Text
12 lines
499 B
Text
Index: remoting/base/mojo_util.cc
|
|
--- remoting/base/mojo_util.cc.orig
|
|
+++ remoting/base/mojo_util.cc
|
|
@@ -12,7 +12,7 @@ namespace remoting {
|
|
|
|
void InitializeMojo(const mojo::core::Configuration& config) {
|
|
mojo::core::Configuration new_config = config;
|
|
-#if !BUILDFLAG(IS_LINUX)
|
|
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
|
|
// MojoIpcz has only been tested and verified on Linux. The Windows
|
|
// multi-process architecture doesn't support MojoIpcz yet.
|
|
new_config.disable_ipcz = true;
|