Updated Makefile
Removed '-x objective-c' as it is no longer needed
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ else ifeq ($(shell uname -s),Linux)
|
|||||||
TRAY_CFLAGS := -DTRAY_APPINDICATOR=1 $(shell pkg-config --cflags appindicator3-0.1)
|
TRAY_CFLAGS := -DTRAY_APPINDICATOR=1 $(shell pkg-config --cflags appindicator3-0.1)
|
||||||
TRAY_LDFLAGS := $(shell pkg-config --libs appindicator3-0.1)
|
TRAY_LDFLAGS := $(shell pkg-config --libs appindicator3-0.1)
|
||||||
else ifeq ($(shell uname -s),Darwin)
|
else ifeq ($(shell uname -s),Darwin)
|
||||||
TRAY_CFLAGS := -DTRAY_APPKIT=1 -x objective-c
|
TRAY_CFLAGS := -DTRAY_APPKIT=1
|
||||||
TRAY_LDFLAGS := -framework Cocoa
|
TRAY_LDFLAGS := -framework Cocoa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user