meson: don't install repl-overlays.nix header
it's only included in a single .cc file. Change-Id: If8ed9b1043e40ac070776470a5b49a44d181b793
This commit is contained in:
@@ -63,13 +63,6 @@ libcmd = library(
|
||||
)
|
||||
|
||||
install_headers(libcmd_headers, subdir : 'lix/libcmd', preserve_path : true)
|
||||
custom_target(
|
||||
command : [ 'cp', '@INPUT@', '@OUTPUT@' ],
|
||||
input : libcmd_generated_headers,
|
||||
output : '@PLAINNAME@',
|
||||
install : true,
|
||||
install_dir : includedir / 'lix/libcmd',
|
||||
)
|
||||
|
||||
liblixcmd = declare_dependency(
|
||||
include_directories : include_directories('../..'),
|
||||
|
||||
Reference in New Issue
Block a user