ncurses: build "normal" libs, not just "wide-char" libs, for ncurses@6: (#4246)
This commit is contained in:
parent
f147c9f5f0
commit
1cb98167a2
@ -62,7 +62,8 @@ def configure(self, spec, prefix):
|
||||
'--with-pkg-config-libdir={0}/lib/pkgconfig'.format(self.prefix)
|
||||
]
|
||||
|
||||
nwide_opts = ['--without-manpages',
|
||||
nwide_opts = ['--disable-widec',
|
||||
'--without-manpages',
|
||||
'--without-tests']
|
||||
|
||||
wide_opts = ['--enable-widec']
|
||||
|
Loading…
Reference in New Issue
Block a user