From 87f6638fa2fe85940ca2333b2d2b97f33f2632b7 Mon Sep 17 00:00:00 2001
From: Myaamori <myaamori1993@gmail.com>
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
-- 
GitLab