mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Make it possible to compile without a GUI
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ main
|
||||
command_line_scan(¶ms);
|
||||
TIME_MSG("parsing arguments");
|
||||
|
||||
#ifdef MACOS_X
|
||||
#if defined(MACOS_X) && defined(FEAT_GUI)
|
||||
if (gui.starting && gui.dofork)
|
||||
macosx_fork(); /* Never returns */
|
||||
# ifdef FEAT_GUI_MACVIM
|
||||
|
||||
Reference in New Issue
Block a user