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.
This commit is contained in:
Max Kellermann 2018-08-17 18:10:00 +02:00
parent c6299c26b5
commit 76290f786d
1 changed files with 3 additions and 0 deletions

View File

@ -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'