fix(meson): Point version_file to .version

This commit is contained in:
Rachel 2025-01-18 12:28:40 -08:00
parent 2251f23e4d
commit fe2f134947

View File

@ -30,7 +30,7 @@ project(
native = get_option('native')
install = native and meson.is_cross_build() ? false : true
version = files('VERSION')
version = files('.version')
subdir('tools')
subdir('lib')