Set the android_abi variable in the meson_cross_file.txt

Kiwix-lib need to know want is the android abi to copy the lib in the
right directory.
This commit is contained in:
Matthieu Gautier
2017-06-13 17:23:20 +02:00
parent 844eb9c2ef
commit 0e01aa0cee
2 changed files with 15 additions and 11 deletions

View File

@ -10,6 +10,7 @@ c_link_args = {extra_libs!r}
cpp_link_args = {extra_libs!r}
c_args = {extra_cflags!r}
cpp_args = {extra_cflags!r}
android_abi = '{host_machine[abi]}'
[host_machine]
cpu_family = '{host_machine[cpu_family]}'