[dpdk-dev] [PATCH] build: fix drivers config with no python interpreter
David Marchand
david.marchand at redhat.com
Fri May 7 12:01:34 CEST 2021
On Fri, May 7, 2021 at 11:22 AM David Marchand
<david.marchand at redhat.com> wrote:
> diff --git a/lib/meson.build b/lib/meson.build
> index 77f363a516..56f2465ee2 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -88,7 +88,8 @@ optional_libs = [
> ]
>
> disabled_libs = []
> -opt_disabled_libs = run_command(list_dir_globs, get_option('disable_libs')).stdout().split()
> +opt_disabled_libs =
> + run_command(list_dir_globs, get_option('disable_libs'), check: true).stdout().split()
^^
Buggy last minute edit
v2 coming...
--
David Marchand
More information about the dev
mailing list