ports/www/iridium/patches/patch-remoting_host_evaluate_capability_cc

13 lines
436 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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;