diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-05-21 17:45:34 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-05-21 17:45:34 +0100 |
commit | f13f3584acc129f33103165da485c1eabbd65895 (patch) | |
tree | 31d7e2a92edc1898ba4efdf258709902a339f14b /meson.build | |
parent | b26d44501c2e7e720cd4108aec7b835fe8555dab (diff) |
meson: don't need config.h.meson any longer
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build index c168f52d2..dd61f24a7 100644 --- a/meson.build +++ b/meson.build @@ -281,9 +281,7 @@ subdir('tests') subdir('po') subdir('pkgconfig') -configure_file(input : 'config.h.meson', - output : 'config.h', - configuration : cdata) +configure_file(output : 'config.h', configuration : cdata) python3 = find_program('python3') run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")') |