Correct Windows MSYS2 paths

This commit is contained in:
MSP-Greg
2020-01-08 22:41:06 +01:00
committed by Benoit Daloze
parent 819c372fe9
commit 626b752912
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function setupPath(msys2, rubyPrefix) {
path = path.filter(e => !e.match(/\bRuby\b/))
// Add MSYS2 in PATH
path.unshift(`${msys2}\\mingw64`, `${msys2}\\usr`)
path.unshift(`${msys2}\\mingw64\\bin`, `${msys2}\\usr\\bin`)
// Add the downloaded Ruby in PATH
path.unshift(`${rubyPrefix}\\bin`)