[macOS] Adding Swig (#3510)

This commit is contained in:
Nursultan Kassan
2021-06-07 16:00:50 +03:00
committed by GitHub
parent f417049417
commit 22b6f42307
6 changed files with 18 additions and 3 deletions

View File

@@ -487,6 +487,11 @@ function Get-PowershellVersion {
return $powershellVersion
}
function Get-SwigVersion {
$swigVersion = Run-Command "swig -version" | Select-Object -First 2 | Take-Part -Part 2
return "Swig $swigVersion"
}
function Build-PackageManagementEnvironmentTable {
return @(
@{