Do not blacklist turbo-jpeg on Mac OS X.

This commit is contained in:
Ghislain MARY 2017-04-20 15:57:49 +02:00
parent 1086fdaeb0
commit d58501cf34

View file

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