mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat!: make iconv a non-optional dep
This commit is contained in:
@@ -63,12 +63,6 @@ static char *features[] = {
|
||||
"-acl",
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_ICONV)
|
||||
"+iconv",
|
||||
#else
|
||||
"-iconv",
|
||||
#endif
|
||||
|
||||
"+tui",
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user