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