mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 20:50:19 +00:00
Updated the macOS bundle definition to stop requiring a single hard-coded Enchant provider file (libenchant_applespell.so) and instead include any available Enchant provider modules under versioned/non-versioned provider directories (lib/enchant*/libenchant_*.so). This fixes bundling when Homebrew installs providers in paths like enchant-2 or when applespell isn’t present.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
${prefix:enchant}/lib/libenchant*.dylib
|
${prefix:enchant}/lib/libenchant*.dylib
|
||||||
</binary>
|
</binary>
|
||||||
<binary>
|
<binary>
|
||||||
${prefix:enchant}/lib/enchant/libenchant_applespell.so
|
${prefix:enchant}/lib/enchant*/libenchant_*.so
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<!-- GTK3 runtime modules: ${prefix}/lib/${gtkdir} -->
|
<!-- GTK3 runtime modules: ${prefix}/lib/${gtkdir} -->
|
||||||
|
|||||||
Reference in New Issue
Block a user