mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 17:12:14 +00:00
meson: Always define HAVE_LIBURING
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
869deb9173
commit
4c96107d1e
@ -216,6 +216,8 @@ if want_io_uring
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
srcconf.set10('HAVE_LIBURING', true)
|
srcconf.set10('HAVE_LIBURING', true)
|
||||||
|
else
|
||||||
|
srcconf.set10('HAVE_LIBURING', false)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## Time EPOCH.
|
## Time EPOCH.
|
||||||
|
Loading…
Reference in New Issue
Block a user