meson: save git_version.xml to meson build directory in version.ps1
This commit is contained in:
parent
d80b8d6de0
commit
3147f303c8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue