SIP build system: fix "python not defined in builder" (#33906)
Co-authored-by: Stephen Sachs <stesachs@amazon.com>
This commit is contained in:
parent
6de5d8e68c
commit
39a1f1462b
@ -157,7 +157,7 @@ def configure(self, pkg, spec, prefix):
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
self.python(configure, *args)
|
self.pkg.python(configure, *args)
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
"""Arguments to pass to configure."""
|
"""Arguments to pass to configure."""
|
||||||
|
Loading…
Reference in New Issue
Block a user