rrthomas / enchant

enchant spellchecking library
http://rrthomas.github.io/enchant/
GNU Lesser General Public License v2.1
347 stars 60 forks source link

Fix build problems and other minor updates #368

Closed rrthomas closed 7 months ago

rrthomas commented 7 months ago

This release mainly fixes build problems introduced in the Vala rewrite; in particular, the build is fixed when --enable-relocatable is not used, and correct code is built on Windows (I took the opportunity to use portable GLib APIs rather than Win32-specific code).