build/python/project: add build(), calls _build()
Prepare to add some code around the _build() call.
This commit is contained in:

committed by
Max Kellermann

parent
4f2f705dca
commit
6f278977e9
@@ -7,7 +7,7 @@ class ZlibProject(Project):
|
||||
**kwargs):
|
||||
Project.__init__(self, url, md5, installed, **kwargs)
|
||||
|
||||
def build(self, toolchain):
|
||||
def _build(self, toolchain):
|
||||
src = self.unpack(toolchain, out_of_tree=False)
|
||||
|
||||
subprocess.check_call(['/usr/bin/make', '--quiet',
|
||||
|
Reference in New Issue
Block a user