Skip to content

Commit 672c329

Browse files
rjarrytmonjalo
authored andcommitted
buildtools/cmdline: fix use in Meson subproject
Fix the following error when using dpdk as a subproject: subprojects/dpdk/buildtools/subproject/meson.build:28:56: ERROR: Unknown function "file". This was obviously never tested in its submitted form. Fixes: 7d8c608 ("buildtools/cmdline: allow using script in subproject") Cc: [email protected] Signed-off-by: Robin Jarry <[email protected]> Acked-by: Bruce Richardson <[email protected]>
1 parent 3977d07 commit 672c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/subproject/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ endif
2525

2626
libdpdk_dep = dpdk_dep
2727

28-
meson.override_find_program('dpdk-cmdline-gen.py', file('../dpdk-cmdline-gen.py'))
28+
meson.override_find_program('dpdk-cmdline-gen.py', files('../dpdk-cmdline-gen.py'))

0 commit comments

Comments
 (0)