2
0
Fork 0
mirror of https://github.com/lbonn/rofi synced 2025-03-09 09:27:33 +00:00

Fix plugin loading. (hidden symbols) with ninja

This commit is contained in:
Dave Davenport 2017-08-07 17:01:56 +02:00
parent 81ef68b339
commit fdb9b014f5

View file

@ -11,7 +11,6 @@ project('rofi', 'c',
c_compiler = meson.get_compiler('c') c_compiler = meson.get_compiler('c')
add_project_arguments( add_project_arguments(
'-fvisibility=hidden',
'-I@0@'.format(meson.build_root()), '-I@0@'.format(meson.build_root()),
'-I@0@'.format(join_paths(meson.source_root(), 'include')), '-I@0@'.format(join_paths(meson.source_root(), 'include')),
language: 'c' language: 'c'