meson.build: make mlibc-config.h respect no headers option

This commit is contained in:
Geert Custers 2021-10-27 12:46:06 +02:00
parent 1bc2eb86cb
commit 9a2c0c7c87

View file

@ -180,7 +180,7 @@ configure_file(input: 'internal-config.h.in',
configure_file(input: 'mlibc-config.h.in',
output: 'mlibc-config.h',
configuration: mlibc_conf,
install: true,
install: not no_headers,
install_dir: get_option('includedir'))
internal_sources = [