aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-electron_shell_common_electron__command__line.h
blob: 794cb3a5958128ffb3649122dabe18b996e475a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/common/electron_command_line.h.orig	2021-01-22 23:55:24 UTC
+++ electron/shell/common/electron_command_line.h
@@ -21,7 +21,7 @@ class ElectronCommandLine {
 
   static void Init(int argc, base::CommandLine::CharType** argv);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // On Linux the command line has to be read from base::CommandLine since
   // it is using zygote.
   static void InitializeFromCommandLine();