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
@@ -58,4 +58,4 @@ class OpenSSLProject(MakeProject):
|
||||
openssl_arch,
|
||||
'--prefix=' + toolchain.install_prefix],
|
||||
cwd=src, env=toolchain.env)
|
||||
MakeProject.build(self, toolchain, src)
|
||||
self.build_make(toolchain, src)
|
||||
|
Reference in New Issue
Block a user