build/python/make: rename build() to build_make()
Eliminate conflict with other Project classes.
This commit is contained in:

committed by
Max Kellermann

parent
f31e38145d
commit
4f2f705dca
python/build
@ -59,6 +59,6 @@ class AutotoolsProject(MakeProject):
|
||||
build = self.configure(toolchain)
|
||||
if self.subdirs is not None:
|
||||
for subdir in self.subdirs:
|
||||
MakeProject.build(self, toolchain, os.path.join(build, subdir))
|
||||
self.build_make(toolchain, os.path.join(build, subdir))
|
||||
else:
|
||||
MakeProject.build(self, toolchain, build)
|
||||
self.build_make(toolchain, build)
|
||||
|
Reference in New Issue
Block a user