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
@ -26,7 +26,7 @@ class JackProject(Project):
|
||||
base='jack2-' + self.version,
|
||||
**kwargs)
|
||||
|
||||
def build(self, toolchain):
|
||||
def _build(self, toolchain):
|
||||
src = self.unpack(toolchain)
|
||||
|
||||
includes = ['jack.h', 'ringbuffer.h', 'systemdeps.h', 'transport.h', 'types.h', 'weakmacros.h']
|
||||
|
Reference in New Issue
Block a user