Commit c8ebaf35 authored by Max Kellermann's avatar Max Kellermann

python/build/meson.py: use "meson setup" instead of the deprecated syntax

parent 52d00f7e
......@@ -82,8 +82,8 @@ endian = '{endian}'
def configure(toolchain, src, build, args=()):
cross_file = make_cross_file(toolchain)
configure = [
'meson',
src, build,
'meson', 'setup',
build, src,
'--prefix', toolchain.install_prefix,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment