diff options
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a0c0914b509..b22828479bc 100644 --- a/meson.build +++ b/meson.build @@ -184,6 +184,10 @@ sema_kind = 'sysv' if host_system == 'dragonfly' # apparently the most similar host_system = 'netbsd' +elif host_system == 'android' + # while android isn't quite a normal linux, it seems close enough + # for our purposes so far + host_system = 'linux' endif # meson's system names don't quite map to our "traditional" names. In some |