mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Enforce proper symbol exporting on all platforms
This commit is contained in:
@@ -20,6 +20,8 @@ SET( TOMAHAWK_VERSION_PATCH 99 )
|
|||||||
|
|
||||||
#SET( TOMAHAWK_VERSION_RC 0 )
|
#SET( TOMAHAWK_VERSION_RC 0 )
|
||||||
|
|
||||||
|
# enforce proper symbol exporting on all platforms
|
||||||
|
add_definitions( "-fvisibility=hidden" )
|
||||||
|
|
||||||
# build options
|
# build options
|
||||||
option(BUILD_GUI "Build Tomahawk with GUI" ON)
|
option(BUILD_GUI "Build Tomahawk with GUI" ON)
|
||||||
|
Reference in New Issue
Block a user