mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
rbutil: Fix ipodpatcher qmake based build on macOS.
On macOS we need to pass the used frameworks, otherwise linking will fail. Change-Id: I6b19eac6a460d91b567c0eb128b776558c0a4a39
This commit is contained in:
parent
a05d061aa3
commit
1a1338c379
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ DEFINES += RELEASE=1 _LARGEFILE64_SOURCE
|
|||
|
||||
RC_FILE = ipodpatcher.rc
|
||||
|
||||
macx {
|
||||
LIBS += -framework CoreFoundation -framework IOKit
|
||||
}
|
||||
|
||||
|
||||
unix {
|
||||
target.path = /usr/local/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue