summary refs log tree commit diff stats
path: root/osx
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-05-11 06:46:12 -0400
committerTingPing <tingping@tingping.se>2014-05-11 06:46:12 -0400
commit1265eee9e5c7bda90217e943b4a4b8a5729fa15f (patch)
treeaa96354fe95370740ff3517f6ec06a2b8d4f2543 /osx
parente5f7441bae4bb2b0cf154a4f3862cc99c59250e4 (diff)
Fix spell check on OSX
Diffstat (limited to 'osx')
-rw-r--r--osx/hexchat.bundle7
1 files changed, 7 insertions, 0 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle
index 58baac57..972482ce 100644
--- a/osx/hexchat.bundle
+++ b/osx/hexchat.bundle
@@ -20,6 +20,13 @@
     ${prefix}/lib/hexchat/plugins/*.so
   </binary>
 
+  <binary>
+    ${prefix}/lib/libenchant.dylib
+  </binary>
+  <data>
+    ${prefix}/share/myspell/dicts
+  </data>
+
   <binary dest="${bundle}/Contents/MacOS">
     ${prefix}/bin/python
   </binary>