mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
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:
@@ -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} -->
|
||||
|
||||
Reference in New Issue
Block a user