13 lines
436 B
Text
13 lines
436 B
Text
|
Index: remoting/host/evaluate_capability.cc
|
||
|
--- remoting/host/evaluate_capability.cc.orig
|
||
|
+++ remoting/host/evaluate_capability.cc
|
||
|
@@ -55,7 +55,7 @@ base::FilePath BuildHostBinaryPath() {
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||
|
if (path.BaseName().value() ==
|
||
|
FILE_PATH_LITERAL("chrome-remote-desktop-host")) {
|
||
|
return path;
|