Skip to content

Commit

Permalink
Add mingw64 to path
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 16, 2024
1 parent 998f72e commit d8286e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CI/appveyor.functions.ps1
Expand Up @@ -206,6 +206,12 @@ function InstallMingwGet() {

function InstallMsys() {
Step "Installing autotools for mingw"

if ($env:platform -eq "x86_64") {
$env:MSYSTEM = "MINGW64"
$env:PATH = "C:\msys64\mingw64\bin;$env:PATH"
}

iex "pacman -S ${env:MINGW_PACKAGE_PREFIX}-autotools"
Step "Installing autotools for msys"
iex "pacman -S autotools"
Expand Down

0 comments on commit d8286e0

Please sign in to comment.