Skip to content

meson: fix get-version script for git worktrees

Ralph Giles requested to merge worktree into master

For git worktree directories .git is not a directory but a file that points to the real .git dir.

The update_version script used by other builds works correctly with git worktrees.

Signed-off-by: Ralph Giles giles@thaumas.net

Merge request reports