summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-17 18:10:00 +0200
committerMax Kellermann <max@musicpd.org>2018-08-17 19:00:42 +0200
commit76290f786d517f65b4b6b735dc120daa959b1fd5 (patch)
treec3a813c2003af94d7b4a1f32cce0f455069d8011 /python
parentc6299c26b524f5f7485ff66331c7375aa971e34c (diff)
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.
Diffstat (limited to 'python')
-rw-r--r--python/build/meson.py3
1 files changed, 3 insertions, 0 deletions
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'