Skip to content
Snippets Groups Projects
Commit e4f14cac authored by Heiko Becker's avatar Heiko Becker
Browse files

Use includedir to install config.h

...instead of hard-coding <prefix>/include/libplacebo, which possibly
is different from the location specified by includedir.
parent 02c02195
No related branches found
No related tags found
No related merge requests found
Pipeline #6971 passed with stages
in 2 minutes and 19 seconds
......@@ -193,7 +193,7 @@ conf_public.set('extra_defs', defs)
configure_file(
input: 'config.h.in',
output: 'config.h',
install_dir: 'include/libplacebo',
install_dir: join_paths(get_option('includedir'), 'libplacebo'),
configuration: conf_public,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment