We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dc85a commit cf4af04Copy full SHA for cf4af04
dev/appveyor-install-dependencies.ps1
@@ -68,7 +68,7 @@ Function InstallRtools {
68
$gccPath = $env:GCC_PATH
69
}
70
$env:PATH = $RtoolsDrive + '\Rtools40\bin;' + $RtoolsDrive + '\Rtools40\mingw64\bin;' + $RtoolsDrive + '\Rtools40\' + $gccPath + '\bin;' + $env:PATH
71
- $env:BINPREF=$RtoolsDrive + '/Rtools40/mingw64/bin/'
+ $env:BINPREF=$RtoolsDrive + '/Rtools40/mingw$(WIN)/bin/'
72
73
74
# create tools directory outside of Spark directory
0 commit comments