From 5d159ccf17b5d5761e3ee79390a207780b537f65 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Mon, 17 Dec 2018 14:00:34 +0000 Subject: Putting version.py in scripts folder --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 67607a1..d7e3a99 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project ('tinyalsa', 'c', - version : run_command(find_program('version.py')).stdout().strip(), + version : run_command(find_program('scripts/version.py')).stdout().strip(), meson_version : '>= 0.48.0') tinyalsa_includes = include_directories('.', 'include') -- cgit v1.2.3