summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fpc')
-rw-r--r--Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index cfc9305f2f..91ccb6a26b 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -192,7 +192,7 @@ BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)'
INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
# This list should be the same as in fpcbuild/Makefile.fpc and in ide/Makefile.fpc
-GDBMI_DEFAULT_OS_LIST=aix darwin freebsd haiku linux netbsd openbsd solaris win32 win64
+GDBMI_DEFAULT_OS_LIST=aix freebsd haiku linux netbsd openbsd solaris win32 win64
# Determine if we should use GDBMI for Text Mode IDE compilation
ifndef NOGDBMI
ifneq ($(findstring $(OS_TARGET),$(GDBMI_DEFAULT_OS_LIST)),)