meson: ignore second argument in version.ps1

for compatibility with bf2dca2e4c0
This commit is contained in:
Myaamori 2020-10-28 04:15:33 +00:00 committed by Ryan Lucia
parent b1c2fbdb19
commit 65fc7c0f30
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
param (
[Parameter(Position = 0, Mandatory = $false)]
[string]$BuildRoot = $null
[string]$BuildRoot = $null,
[Parameter(Position = 1, Mandatory = $false)]
[string]$SourceRoot = $null
)
$lastSvnRevision = 6962