Skip to content

Commit e67b2af

Browse files
author
Przemysław Wojnowski
committed
Loading the defaults also for Cygwin and Darwin.
1 parent ff6f089 commit e67b2af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ endif
4646

4747
EMACS ?= emacs
4848

49-
ifeq ($(PLATFORM),Linux)
49+
# If it's one of Linux, Cygwin, or Darwin, use defaults.
50+
ifneq ($(filter Linux CYGWIN% Darwin, $(PLATFORM)),)
5051
EMACS ?= emacs
5152
CEDET ?=
5253
LOADPATH ?=

0 commit comments

Comments
 (0)