]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
meson: Always defined IS_BIONIC 4131/head
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 05:00:51 +0000 (01:00 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 05:00:51 +0000 (01:00 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson.build

index ddb14f6834febc7c3fec498afe75f4439f861c6e..7027b41b0d1e837317018a3dcc24cf32db2304c6 100644 (file)
@@ -128,9 +128,7 @@ else
 endif
 
 # Cross-compile on Android.
-if host_machine.system() == 'android'
-    srcconf.set10('IS_BIONIC', true)
-endif
+srcconf.set10('IS_BIONIC', host_machine.system() == 'android')
 
 # Custom configuration.
 cgrouppattern = get_option('cgroup-pattern')