diff options
Diffstat (limited to 'osx/hexchat.bundle')
-rw-r--r-- | osx/hexchat.bundle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/osx/hexchat.bundle b/osx/hexchat.bundle index 0ed14b6c..58baac57 100644 --- a/osx/hexchat.bundle +++ b/osx/hexchat.bundle @@ -15,7 +15,7 @@ <main-binary> ${prefix}/bin/hexchat </main-binary> -<!-- + <binary> ${prefix}/lib/hexchat/plugins/*.so </binary> @@ -29,7 +29,9 @@ <data> ${prefix}/lib/python2.7/ </data> ---> + <data> + ${prefix}/include/python2.7/pyconfig.h + </data> <binary> ${prefix}/lib/${gtkdir}/modules/*.so |