Skip to content

Commit

Permalink
meson: save git_version.xml to meson build directory in version.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Myaamori committed Oct 28, 2020
1 parent bab1e79 commit 2691615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2691615

Please sign in to comment.