1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Proper fix for websocketpp crash

This commit is contained in:
Dominik Schmidt 2015-11-08 22:04:10 +01:00
parent 6c8581fcb2
commit 07752fe9f0

@ -71,7 +71,8 @@ endmacro()
if(NOT WIN32)
# enforce proper symbol exporting on all platforms but Windows
tomahawk_add_definitions( "-fvisibility=hidden" )
tomahawk_add_cxx_flags( "-fvisibility=hidden" )
tomahawk_add_c_flags( "-fvisibility=hidden" )
endif()
# enforce using constBegin, constEnd for const-iterators