mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 05:03:17 +00:00
meson: Add bionic detection
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
e18dbec746
commit
d5dff814ac
@ -127,6 +127,11 @@ else
|
||||
distrosysconfdir = ''
|
||||
endif
|
||||
|
||||
# Cross-compile on Android.
|
||||
if host_machine.system() == 'android'
|
||||
srcconf.set10('IS_BIONIC', true)
|
||||
endif
|
||||
|
||||
# Custom configuration.
|
||||
cgrouppattern = get_option('cgroup-pattern')
|
||||
coverity = get_option('coverity-build')
|
||||
|
Loading…
Reference in New Issue
Block a user