diff options
author | TingPing <tingping@tingping.se> | 2014-05-27 23:50:46 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-27 23:50:46 -0400 |
commit | a800765b7031ca383474b3eba045f8ee6f315d21 (patch) | |
tree | 5bdd8f45c0eae2e4b49d9c7e548899969d68dbac /osx/hexchat.bundle | |
parent | f92e72a92cc3c90b298489756b69986322b803c6 (diff) |
osx: Use applespell enchant backend
And fix enchant loading backends in the bundle
Diffstat (limited to 'osx/hexchat.bundle')
-rw-r--r-- | osx/hexchat.bundle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle index 9501ab17..9490926f 100644 --- a/osx/hexchat.bundle +++ b/osx/hexchat.bundle @@ -23,9 +23,9 @@ <binary> ${prefix}/lib/libenchant.dylib </binary> - <data> - ${prefix}/share/myspell/dicts - </data> + <binary> + ${prefix}/lib/enchant/libenchant_applespell.so + </binary> <binary dest="${bundle}/Contents/MacOS"> ${prefix}/bin/python |