From 93a8f30da1104a2da98acbf70300eca5e1842cfd Mon Sep 17 00:00:00 2001
From: Myaamori <myaamori1993@gmail.com>
Date: Wed, 28 Oct 2020 20:51:06 +0000
Subject: [PATCH] meson: save git_version.xml to meson build directory in
 version.ps1

---
 tools/version.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/version.ps1 b/tools/version.ps1
index 8ce776474..3d0c62655 100644
--- a/tools/version.ps1
+++ b/tools/version.ps1
@@ -28,7 +28,7 @@ if ([System.IO.Path]::GetFullPath([System.IO.Path]::Combine((pwd).Path, $BuildRo
     $BuildRoot = Join-Path $repositoryRootPath 'build'
   }
 $gitVersionHeaderPath = Join-Path $BuildRoot 'git_version.h'
-$gitVersionXmlPath = Join-Path $repositoryRootPath 'build' | Join-Path -ChildPath 'git_version.xml'
+$gitVersionXmlPath = Join-Path $BuildRoot 'git_version.xml'
 
 $version = @{}
 if (Test-Path $gitVersionHeaderPath) {
-- 
GitLab