From e0381a1b2c702f32941fd29b94972d9a4a7c597b Mon Sep 17 00:00:00 2001 From: Jeremy Legendre Date: Sun, 22 Jul 2018 23:06:06 -0400 Subject: [PATCH] Updated Makefile Removed '-x objective-c' as it is no longer needed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdfdc7c..483c0aa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ else ifeq ($(shell uname -s),Linux) TRAY_CFLAGS := -DTRAY_APPINDICATOR=1 $(shell pkg-config --cflags appindicator3-0.1) TRAY_LDFLAGS := $(shell pkg-config --libs appindicator3-0.1) else ifeq ($(shell uname -s),Darwin) - TRAY_CFLAGS := -DTRAY_APPKIT=1 -x objective-c + TRAY_CFLAGS := -DTRAY_APPKIT=1 TRAY_LDFLAGS := -framework Cocoa endif