mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-30 23:15:47 +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
|
endif
|
||||||
|
|
||||||
# Cross-compile on Android.
|
# Cross-compile on Android.
|
||||||
if host_machine.system() == 'android'
|
srcconf.set10('IS_BIONIC', host_machine.system() == 'android')
|
||||||
srcconf.set10('IS_BIONIC', true)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Custom configuration.
|
# Custom configuration.
|
||||||
cgrouppattern = get_option('cgroup-pattern')
|
cgrouppattern = get_option('cgroup-pattern')
|
||||||
|
Loading…
Reference in New Issue
Block a user