mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
Fix Enchant 2.1.3+ support
They changed the lib name yet again... Closes #2117
This commit is contained in:
parent
6ca7f84d02
commit
234fe86987
@ -167,6 +167,7 @@ initialize_enchant (void)
|
||||
#ifdef G_OS_UNIX
|
||||
"libenchant.so.1",
|
||||
"libenchant.so.2",
|
||||
"libenchant-2.so.2",
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
"libenchant.dylib",
|
||||
|
Loading…
Reference in New Issue
Block a user