Commit d58501cf authored by Ghislain MARY's avatar Ghislain MARY

Do not blacklist turbo-jpeg on Mac OS X.

parent 1086fdae
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
lcb_define_target("linphoneqt" "linphone" "ms2plugins") 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 lcb_blacklist_dependencies("turbo-jpeg") # turbo-jpeg is already provided by Qt5 so do not build it
endif() endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment