Verified Commit ba762de8 authored by Bobby Rong's avatar Bobby Rong 🍙
Browse files

meson-build: Use shared_module()

parent 14e79024
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ plugin_sources = [

plugin_install_subdir = 'xfce4' / 'panel' / 'plugins'

plugin_lib = shared_library(
plugin_lib = shared_module(
  'notes',
  plugin_sources,
  gnu_symbol_visibility: 'hidden',