Skip to content

Commit

Permalink
Build gettext[tools] to fix missing msgfmt.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed May 3, 2024
1 parent 834a2d2 commit d2406cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sqlite3:x64-windows-static
expat
pcre
openssl
gettext
gettext[tools]

0 comments on commit d2406cb

Please sign in to comment.