Merge branch 'bugfix/ncurses-pkgconfig' into develop

Fixes #7 on github.
This commit is contained in:
Todd Gamblin 2014-12-05 09:19:00 -08:00
commit 105420f372

View File

@ -16,7 +16,7 @@ def install(self, spec, prefix):
configure("--prefix=%s" % prefix,
"--with-shared",
"--enable-widec",
"--enable-pc-files",
"--disable-pc-files",
"--without-ada")
make()
make("install")