Disable pkgconfig files until I support this better.
This commit is contained in:
parent
7dc90c7097
commit
588955a987
@ -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