mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Fix websocketpp crash o.O
This commit is contained in:
@@ -71,7 +71,7 @@ endmacro()
|
||||
|
||||
if(NOT WIN32)
|
||||
# enforce proper symbol exporting on all platforms but Windows
|
||||
tomahawk_add_c_flags( "-fvisibility=hidden" )
|
||||
tomahawk_add_definitions( "-fvisibility=hidden" )
|
||||
endif()
|
||||
|
||||
# enforce using constBegin, constEnd for const-iterators
|
||||
|
Reference in New Issue
Block a user