mirror of
https://github.com/lhearachel/narc.git
synced 2025-06-18 13:35:32 -04:00
fix(meson): Point version_file to .version
This commit is contained in:
parent
2251f23e4d
commit
fe2f134947
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user