Commit 76290f78 authored by Max Kellermann's avatar Max Kellermann

python/build/meson.py: set "needs_exe_wrapper=true"

Prevent Meson from running Android-x86 binaries. That will fail because the Android standard libraries are most likely not installed.
parent c6299c26
......@@ -51,6 +51,9 @@ c_link_args = %s
cpp_args = %s
cpp_link_args = %s
# Keep Meson from executing Android-x86 test binariees
needs_exe_wrapper = true
[host_machine]
system = '%s'
cpu_family = '%s'
......
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