From: c vw Date: Fri, 28 May 2021 09:13:36 +0000 (+0200) Subject: Corrected spelling of "IOKit" framework X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=3e4b8238980239807a70e271e1801f8b5b4b1d88;p=pihpsdr.git Corrected spelling of "IOKit" framework --- 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) \