Merge pull request #1050 from rizinorg/symbols-collision
Fix symbols collision due to visibility not being used on subprojects
This commit is contained in:
parent
0477eb2600
commit
fee92bf8d8
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ endif
|
|||
|
||||
if get_option('default_library') == 'shared'
|
||||
if cc.has_argument('-fvisibility=hidden')
|
||||
add_project_arguments('-fvisibility=hidden', language: 'c')
|
||||
add_global_arguments('-fvisibility=hidden', language: 'c')
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue