S(oni)Ex Chat / Security Enhanced (He)xChat. because, I'm just done, I'm forking the thing.
Go to file
Rainer Müller 5ca767f7f8 Fix plugins on macOS
The switch to the meson build system broke plugins on macOS. GNU libtool
builds shared libraries with ".dylib" and shared modules (plugins) with
the extension ".so", but meson is using ".dylib" for both.

Although overriding the name_suffix for shared_module() in meson is
possible, this would be messy for other platforms as there is no way to
query the default. Therefore it seems like we have to go with ".dylib"
for now on macOS.

However, G_MODULE_SUFFIX is defined to ".so", because glib follows what
GNU libtool does. Therefore define a separate preprocessor macro that
has the correct extension.

See: https://github.com/mesonbuild/meson/issues/1160
2018-03-31 01:29:05 +00:00
.tx
data build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00
osx
plugins build: perl as a dependency in meson.build 2018-03-26 17:09:36 +00:00
po
src Fix plugins on macOS 2018-03-31 01:29:05 +00:00
win32 win32: Update Python downloads 2018-03-09 20:26:42 +00:00
.editorconfig
.gitignore
.mailmap
.travis.yml
COPYING
Doxyfile
fedora-mingw64.ini
meson.build Bump to 2.14.1 2018-03-13 22:26:31 -04:00
meson_options.txt build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00
meson_post_install.py
readme.md

readme.md

HexChat Build Status Build Status

HexChat is an IRC client for Windows and UNIX-like operating systems.
See IRCHelp.org for information about IRC in general.
For more information on HexChat please read our documentation:


X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny. HexChat ("hexchat") Copyright (c) 2009-2014 By Berke Viktor. This program is released under the GPL v2 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You may provide binary packages linked to the OpenSSL libraries, provided that all other requirements of the GPL are met. See file COPYING for details.