diff --git a/build.ps1 b/build.ps1 index 19bcc18..69afaf4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -201,6 +201,8 @@ if (!$svnarcurl) { & svn diff -c1908545 https://svn.apache.org/repos/asf/subversion/trunk/ | & git apply -p0 -R - } +$Env:PATH = "$deps_prefix\bin;$vcpkg_dir\bin;$vcpkg_dir\tools\gettext\bin;$($Env:PATH)" + Write-Output '::group::gen-make.py' & $python gen-make.py ` --vsnet-version=2019 ` @@ -238,7 +240,6 @@ if ($LASTEXITCODE) { } Write-Output '::endgroup::' -$Env:PATH = "$deps_prefix\bin;$vcpkg_dir\bin;$($Env:PATH)" $rc = 0 foreach ($item in $test_targets) { Write-Output "::group::win-tests.py $item" diff --git a/vcpkg.txt b/vcpkg.txt index 90246fc..104284b 100644 --- a/vcpkg.txt +++ b/vcpkg.txt @@ -3,4 +3,4 @@ sqlite3:x64-windows-static expat pcre openssl -gettext +gettext[tools]