You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our static-modules files link against the system ncurses. But
we were building a custom ncurses. This could lead to confusion where
our modern ncurses was "leaking" into build state / configuration,
leading to run-time crashes (see #83).
This commit drops building ncurses for macOS.
Because libedit and ncurses are closely related and we were also
linking against the system libedit, we drop building modern libedit
as well.
0 commit comments