Skip to content

libtracker-sparql: Use .so suffix for modules on all platforms

Daniele Nicolodi requested to merge dnicolodi/tracker:so-vs-dylib into master

This is what GModule expects on Unix-like systems, including macOS. However, meson uses the .dylib suffix by default in the latter case. The current build definition would not work on Windows, but there are many other things that would be required to port Tracker there.

Fixes: #357 (closed).

Merge request reports