From 65fc7c0f308b94c1a3b2e408093c674b20d89010 Mon Sep 17 00:00:00 2001 From: Myaamori Date: Wed, 28 Oct 2020 04:15:33 +0000 Subject: [PATCH] meson: ignore second argument in version.ps1 for compatibility with bf2dca2e4c0 --- tools/version.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/version.ps1 b/tools/version.ps1 index 0d61c7176..8ce776474 100644 --- a/tools/version.ps1 +++ b/tools/version.ps1 @@ -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