Unarr: use static lib for mac builds.

This commit is contained in:
Felix Kauselmann
2017-04-10 20:17:17 +02:00
parent 7f6a248fe2
commit 7ac9860e60
5 changed files with 16 additions and 25 deletions

View File

@ -26,15 +26,9 @@ CONFIG(no_opengl) {
!CONFIG(unarr):!CONFIG(7zip) {
unix {
!macx {
CONFIG+=unarr
}
else {
CONFIG+=7zip
}
}
CONFIG+=unarr
}
win32 {
CONFIG+=7zip
}
}
}