Skip to content

Commit

Permalink
Install autotools using pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 16, 2024
1 parent 94cf556 commit 7b3b57a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CI/appveyor.functions.ps1
Expand Up @@ -205,10 +205,10 @@ function InstallMingwGet() {
}

function InstallMsys() {
Step "Updating mingw-get info"
exec "mingw-get" @("update")
Step "Installing mingw32-autotools"
exec "mingw-get" @("install", "mingw32-autotools")
Step "Installing autotools for mingw"
exec "pacman -S `"${MINGW_PACKAGE_PREFIX}-autotools`"
Step "Installing autotools for msys"
exec "pacman -S autotools"
}
function InstallBoost([string] $outputLocation = "C:\Libraries\") {
Expand Down

0 comments on commit 7b3b57a

Please sign in to comment.