Skip to content

Commit 91884e9

Browse files
committed
build: Set include dirs when buidling configurator
The default include paths are not set when building the configurator, hence the build fails when libnvme is consumed by an project as wrap. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 17dc3c2 commit 91884e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ccan/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ configurator = executable(
1616
'configurator',
1717
['tools/configurator/configurator.c'],
1818
c_args: ['-D_GNU_SOURCE'],
19+
include_directories: incdir,
1920
)
2021

2122
config_h = custom_target(

0 commit comments

Comments
 (0)