Updated macOS bundle definitions for enchant provider modules to use .dylib patterns (in both lib/enchant and lib/enchant-2) instead of .so, which aligns with Homebrew macOS layouts and avoids the gtk-mac-bundler copy-source failure you hit.

This commit is contained in:
2026-02-18 15:11:47 -07:00
parent f558c99c22
commit ca45939144

View File

@@ -28,10 +28,10 @@
${prefix:enchant}/lib/libenchant*.dylib
</binary>
<binary>
${prefix:enchant}/lib/enchant/libenchant_*.so
${prefix:enchant}/lib/enchant/libenchant_*.dylib
</binary>
<binary>
${prefix:enchant}/lib/enchant-2/libenchant_*.so
${prefix:enchant}/lib/enchant-2/libenchant_*.dylib
</binary>
<!-- GTK3 runtime modules: ${prefix}/lib/${gtkdir} -->