follow lib naming convention of pre-compiled boost on windows (#3057)

lib folder for 64 bit is lib64-msvc-14.2, updated to reflect our artifact changes
This commit is contained in:
Russel Waters 2020-11-30 08:40:24 -08:00 committed by GitHub
commit bbb43de955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ mkdir build
Push-Location build
#accessibility of Boost dlls for generating config samples
$ENV:PATH = "$ENV:PATH;$ENV:BOOST_ROOT\lib"
$ENV:PATH = "$ENV:PATH;$ENV:BOOST_ROOT\lib64-msvc-14.2"
& ..\ci\actions\windows\configure.bat
if (${LastExitCode} -ne 0) {