mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
core: add constant WEECHAT_EXTRA_LIBDIR
This commit is contained in:
@@ -573,7 +573,7 @@ debug_directories ()
|
||||
{
|
||||
char *extra_libdir;
|
||||
|
||||
extra_libdir = getenv ("WEECHAT_EXTRA_LIBDIR");
|
||||
extra_libdir = getenv (WEECHAT_EXTRA_LIBDIR);
|
||||
|
||||
gui_chat_printf (NULL, "");
|
||||
gui_chat_printf (NULL, _("Directories:"));
|
||||
|
||||
Reference in New Issue
Block a user