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,
|
||||
"--with-shared",
|
||||
"--enable-widec",
|
||||
"--enable-pc-files",
|
||||
"--disable-pc-files",
|
||||
"--without-ada")
|
||||
make()
|
||||
make("install")
|
||||
|
Loading…
Reference in New Issue
Block a user