Add mingw path to PATH

This commit is contained in:
Roman Telezhynskyi 2023-02-25 18:23:36 +02:00
parent 2781ab0cc0
commit 346f89850e

View File

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