From 3e4b8238980239807a70e271e1801f8b5b4b1d88 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 28 May 2021 11:13:36 +0200 Subject: [PATCH] Corrected spelling of "IOKit" framework --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 223950e..1410a00 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ ifeq ($(UNAME_S), Linux) SYSLIBS=-lrt endif ifeq ($(UNAME_S), Darwin) -SYSLIBS=-framework IOkit +SYSLIBS=-framework IOKit endif OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \ -- 2.45.2