python/build/meson.py: use "meson setup" instead of the deprecated syntax
This commit is contained in:
@@ -82,8 +82,8 @@ endian = '{endian}'
|
|||||||
def configure(toolchain, src, build, args=()):
|
def configure(toolchain, src, build, args=()):
|
||||||
cross_file = make_cross_file(toolchain)
|
cross_file = make_cross_file(toolchain)
|
||||||
configure = [
|
configure = [
|
||||||
'meson',
|
'meson', 'setup',
|
||||||
src, build,
|
build, src,
|
||||||
|
|
||||||
'--prefix', toolchain.install_prefix,
|
'--prefix', toolchain.install_prefix,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user