Skip to content

Commit

Permalink
Merge 58f9a7b into 22f3a10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Sep 18, 2018
2 parents 22f3a10 + 58f9a7b commit af6f542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/appveyor/install.ps1
Expand Up @@ -32,6 +32,9 @@ try {
Write-Host -ForegroundColor Green "`n### Installing mbedtls ###`n"

if ($env:CC_SHORTNAME -eq "mingw") {
# pacman may complain that the directory does not exist, thus create it.
# See https://github.com/open62541/open62541/issues/2068
& C:\msys64\usr\bin\mkdir -p /var/cache/pacman/pkg
& C:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-mbedtls
} elseif ($env:CC_SHORTNAME -eq "vs2015") {
# we need the static version, since open62541 is built with /MT
Expand Down

0 comments on commit af6f542

Please sign in to comment.