mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Proper fix for websocketpp crash
This commit is contained in:
@@ -71,7 +71,8 @@ endmacro()
|
|||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
# enforce proper symbol exporting on all platforms but Windows
|
# 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()
|
endif()
|
||||||
|
|
||||||
# enforce using constBegin, constEnd for const-iterators
|
# enforce using constBegin, constEnd for const-iterators
|
||||||
|
Reference in New Issue
Block a user