ncurses: Always build tools (#4174)

Otherwise, the install can fail if the system-provided `tic` binary is too old.
This commit is contained in:
Erik Schnetter 2017-05-09 18:59:46 -04:00 committed by Adam J. Stewart
parent caabcdc8b4
commit 692a100caa

View File

@ -63,7 +63,6 @@ def configure(self, spec, prefix):
]
nwide_opts = ['--without-manpages',
'--without-progs',
'--without-tests']
wide_opts = ['--enable-widec']