aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-electron_shell_common_electron__command__line.h
blob: faf234d31c46be1ed3141bdec435f41dac08cda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/common/electron_command_line.h.orig	2022-05-18 15:31:32 UTC
+++ electron/shell/common/electron_command_line.h
@@ -22,7 +22,7 @@ class ElectronCommandLine {
 
   static void Init(int argc, base::CommandLine::CharType** argv);
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // On Linux the command line has to be read from base::CommandLine since
   // it is using zygote.
   static void InitializeFromCommandLine();