macOS: use ".so" extension for plugins instead of ".dylib"
commit432cd586704ce4488046550e9cd42b67946a5499
authorJiří Techet <techet@gmail.com>
Tue, 17 Oct 2023 13:15:07 +0000 (17 15:15 +0200)
committerJiří Techet <techet@gmail.com>
Tue, 17 Oct 2023 13:30:54 +0000 (17 15:30 +0200)
tree5011ce77157e26c04b37d61b2d37e7f0cdde07bc
parent1b06889fe2f24f37d746621aca055869b6834c48
macOS: use ".so" extension for plugins instead of ".dylib"

Geany currently loads only plugins with the ".so" extension on macOS.
This extension is still needed since we use autotools for geany-plugins
which also generate ".so".
plugins/meson.build