Skip to content

Commit

Permalink
Parametrize BINPREF with WIN
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Oct 9, 2020
1 parent b3dc85a commit cf4af04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Function InstallRtools {
$gccPath = $env:GCC_PATH
}
$env:PATH = $RtoolsDrive + '\Rtools40\bin;' + $RtoolsDrive + '\Rtools40\mingw64\bin;' + $RtoolsDrive + '\Rtools40\' + $gccPath + '\bin;' + $env:PATH
$env:BINPREF=$RtoolsDrive + '/Rtools40/mingw64/bin/'
$env:BINPREF=$RtoolsDrive + '/Rtools40/mingw$(WIN)/bin/'
}

# create tools directory outside of Spark directory
Expand Down

0 comments on commit cf4af04

Please sign in to comment.