From 76290f786d517f65b4b6b735dc120daa959b1fd5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Aug 2018 18:10:00 +0200 Subject: 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. --- python/build/meson.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python') diff --git a/python/build/meson.py b/python/build/meson.py index 4cda8ec2a..55bd1c554 100644 --- a/python/build/meson.py +++ b/python/build/meson.py @@ -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' -- cgit v1.2.3