Nana needs to be present as a dependency on the system now. You can use meson setup -Dnanaincl=path -Dnanaroot=path ~/memoserv to specify non-standard include and library locations for nana.
2 lines
169 B
Meson
2 lines
169 B
Meson
option('nanaroot', type: 'string', description: 'Path to the build directory of Nana')
|
|
option('nanaincl', type: 'string', description: 'Path to Nana include directory')
|