mirror of
https://github.com/lbonn/rofi
synced 2025-02-01 22:03:25 +00:00
Fix plugin loading. (hidden symbols) with ninja
This commit is contained in:
parent
81ef68b339
commit
fdb9b014f5
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ project('rofi', 'c',
|
|||
c_compiler = meson.get_compiler('c')
|
||||
|
||||
add_project_arguments(
|
||||
'-fvisibility=hidden',
|
||||
'-I@0@'.format(meson.build_root()),
|
||||
'-I@0@'.format(join_paths(meson.source_root(), 'include')),
|
||||
language: 'c'
|
||||
|
|
Loading…
Reference in a new issue