Skip to content

Commit

Permalink
Fix the installation directory location.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 13, 2021
1 parent fdadaec commit 159e26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ver_h = configure_file(input: 'src/ver.h.in',

inc = include_directories('src')

install_headers(['src/base64.h', ver_h])
install_headers(['src/base64.h', ver_h], subdir: meson.project_name())

the_sources = ['src/base64.c']

Expand Down

0 comments on commit 159e26c

Please sign in to comment.