Add mingw path to PATH

develop
Roman Telezhynskyi 2023-02-25 18:23:36 +02:00
parent 2781ab0cc0
commit 346f89850e
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ for:
}
}
} else {
$env:Path += ";$env:MINGW_PATH"
$env:CC = "gcc.exe"
$env:CXX = "g++.exe"
}