Skip to content

Commit

Permalink
Pass $vsver to subsequent calls of build.ps1 (#96)
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
Manuzor committed Apr 23, 2023
1 parent aa6b3ed commit f2a2b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Expand Up @@ -48,8 +48,8 @@ function exec
}

if ($proj -eq "all"){
.\build.ps1 -proj pcre2 -init:$init -install:$install -arch $arch -config $config -static $static
.\build.ps1 -proj core -init:$init -install:$install -arch $arch -config $config -static $static
.\build.ps1 -proj pcre2 -init:$init -install:$install -vsver $vsver -arch $arch -config $config -static $static
.\build.ps1 -proj core -init:$init -install:$install -vsver $vsver -arch $arch -config $config -static $static
return
}

Expand Down

0 comments on commit f2a2b49

Please sign in to comment.