mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:13:05 +00:00
Do not blacklist turbo-jpeg on Mac OS X.
This commit is contained in:
parent
1086fdaeb0
commit
d58501cf34
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
lcb_define_target("linphoneqt" "linphone" "ms2plugins")
|
||||
|
||||
if(NOT WIN32)
|
||||
if(NOT WIN32 AND NOT APPLE)
|
||||
lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue