mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Disable visibility=hidden on Mac for libechonest.
This commit is contained in:
parent
5ceb64c9e3
commit
5d60cc33aa
2
3rdparty/libechonest/CMakeLists.txt
vendored
2
3rdparty/libechonest/CMakeLists.txt
vendored
@ -13,7 +13,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_definitions( -Wall -Wundef -Wcast-align -Wchar-subscripts -Wpointer-arith
|
||||
-Wwrite-strings -Wpacked -Wformat-security -Wmissing-format-attribute
|
||||
-Wold-style-cast -Woverloaded-virtual -Wnon-virtual-dtor -Werror )
|
||||
if ( NOT WIN32 )
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
add_definitions( -fvisibility=hidden )
|
||||
endif()
|
||||
# to be added:
|
||||
|
Loading…
Reference in New Issue
Block a user