We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb6086 commit f4447afCopy full SHA for f4447af
meson.build
@@ -184,6 +184,10 @@ sema_kind = 'sysv'
184
if host_system == 'dragonfly'
185
# apparently the most similar
186
host_system = 'netbsd'
187
+elif host_system == 'android'
188
+ # while android isn't quite a normal linux, it seems close enough
189
+ # for our purposes so far
190
+ host_system = 'linux'
191
endif
192
193
# meson's system names don't quite map to our "traditional" names. In some
0 commit comments