mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix ipodpatcher on OS X.
Fix a typo and update CC handling for OS X. Change-Id: Icde3cb5956ffe45ee1d610ff34957ed7b17f3f02
This commit is contained in:
parent
ea0bfe7520
commit
703bc407b4
2 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ CFLAGS += -DWITH_BOOTOBJS
|
|||
endif
|
||||
|
||||
# additional frameworks to link on on OS X
|
||||
LDOPTS_OSX += -framework CoreFoundation -framework IOKit
|
||||
LDOPTS_OSX = -framework CoreFoundation -framework IOKit
|
||||
|
||||
LIBSOURCES = ipodpatcher.c fat32format.c arc4.c \
|
||||
ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue