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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user