sherpa: fix AutotoolsBuilder install signature (#48002)
This commit is contained in:
parent
0bc54a4640
commit
0db3b36874
@ -208,11 +208,11 @@ def configure_args(self):
|
|||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, pkg, spec, prefix):
|
||||||
# Make sure the path to the provided libtool is used instead of the system one
|
# Make sure the path to the provided libtool is used instead of the system one
|
||||||
filter_file(
|
filter_file(
|
||||||
r"autoreconf -fi",
|
r"autoreconf -fi",
|
||||||
f"autoreconf -fi -I {self.spec['libtool'].prefix.share.aclocal}",
|
f"autoreconf -fi -I {pkg.spec['libtool'].prefix.share.aclocal}",
|
||||||
"AMEGIC++/Main/makelibs",
|
"AMEGIC++/Main/makelibs",
|
||||||
)
|
)
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user