1
0
Fork 0
forked from len0rd/rockbox

Fix host build of mkimxboot, mknwzboot, nwztools, and rbutil with crypto++

Necessary to get working builds on my Fedora 29 system.

Change-Id: Ia6232427c959629ade9a85fc412738f688facedb
This commit is contained in:
Solomon Peachy 2019-01-24 07:31:07 -05:00
parent 9605237349
commit 07084f62c4
6 changed files with 53 additions and 14 deletions

View file

@ -135,6 +135,9 @@ for(rblib, RBLIBS) {
LIBS += -l$$rblib
}
# We need libcrypto++
LIBS += -lcryptopp
# on win32 libz is linked implicitly.
!win32 {
LIBS += -lz
@ -264,4 +267,3 @@ unix {
include(rbutilqt.pri)
include(quazip/quazip.pri)
include(logger/logger.pri)