mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 16:52:32 +00:00
meson: Always defined IS_BIONIC
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
6ae86a9c17
commit
cd3d65155b
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user