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:
Dominik Riebeling 2020-10-18 19:22:10 +02:00
parent a05d061aa3
commit 1a1338c379

View file

@ -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