mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fix websocketpp crash o.O
This commit is contained in:
@@ -71,7 +71,7 @@ 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_c_flags( "-fvisibility=hidden" )
|
tomahawk_add_definitions( "-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