a0dbfe2fb0
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
12 lines
406 B
C++
12 lines
406 B
C++
--- remoting/host/evaluate_capability.cc.orig 2020-11-13 06:36:46 UTC
|
|
+++ remoting/host/evaluate_capability.cc
|
|
@@ -51,7 +51,7 @@ base::FilePath BuildHostBinaryPath() {
|
|
}
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
|
|
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
|
|
if (path.BaseName().value() ==
|
|
FILE_PATH_LITERAL("chrome-remote-desktop-host")) {
|
|
return path;
|