diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-07 09:39:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 09:39:08 +0100 |
commit | 1637bcce7ba52c4c5c451308f8a3adfedde18a2a (patch) | |
tree | 32f10d189a6c7493f6e23466451788ff91100e64 /runtime | |
parent | 706bcab75eaad2c370d61bf828531054439d3a3e (diff) | |
download | rneovim-1637bcce7ba52c4c5c451308f8a3adfedde18a2a.tar.gz rneovim-1637bcce7ba52c4c5c451308f8a3adfedde18a2a.tar.bz2 rneovim-1637bcce7ba52c4c5c451308f8a3adfedde18a2a.zip |
build!: make libintl a required dependency
Libintl being an optional dependency is not by design, but a workaround
as it didn't use work on all platforms. That should be fixed by now.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 2db1e75bf7..254ffc51b8 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -45,7 +45,7 @@ The following changes may require adaptations in user config or plugins. - `printheader` - `printmbcharset` -• libiconv is now a required build dependency. +• libiconv and intl are now required build dependencies. • Unsaved changes are now preserved rather than discarded when |channel-stdio| is closed. |