meson: Always defined IS_BIONIC

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-06-08 01:00:51 -04:00
parent 6ae86a9c17
commit cd3d65155b
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View 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')