]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Corrected spelling of "IOKit" framework
authorc vw <dl1ycf@darc.de>
Fri, 28 May 2021 09:13:36 +0000 (11:13 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 28 May 2021 09:13:36 +0000 (11:13 +0200)
Makefile

index 223950e5fc31c1861901abee8317bad028eb5915..1410a009e1ed7ac1613a253ab8bbd1e873a53579 100644 (file)
--- 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) \