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
@ -79,3 +79,6 @@ class Project:
|
||||
pass
|
||||
os.makedirs(path, exist_ok=True)
|
||||
return path
|
||||
|
||||
def build(self, toolchain):
|
||||
self._build(toolchain)
|
||||
|
Reference in New Issue
Block a user