Merge branch 'bugfix/ncurses-pkgconfig' into develop
Fixes #7 on github.
This commit is contained in:
commit
105420f372
@ -16,7 +16,7 @@ def install(self, spec, prefix):
|
|||||||
configure("--prefix=%s" % prefix,
|
configure("--prefix=%s" % prefix,
|
||||||
"--with-shared",
|
"--with-shared",
|
||||||
"--enable-widec",
|
"--enable-widec",
|
||||||
"--enable-pc-files",
|
"--disable-pc-files",
|
||||||
"--without-ada")
|
"--without-ada")
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user