Skip to content

Commit 02a1af6

Browse files
committed
boost: fix missing Path
1 parent c1e08f1 commit 02a1af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/install.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ foreach ($p in "MSMPI_INC", "MSMPI_LIB32", "MSMPI_LIB64") {
2727
if ($Boost) {
2828
echo " - Using preinstalled boost version: $env:BOOST_ROOT"
2929

30+
$env:Path = "$env:BOOST_ROOT\lib;$env:Path"
31+
3032
# if ($Arch -eq "x64") { $BoostBitness = "64" } else { $BoostBitness = "32" }
3133
# echo " - Installing $BoostBitness bit boost"
3234
# Start-Process $ScriptDir\boost$BoostBitness.exe -ArgumentList "/dir=$env:AGENT_WORKFOLDER\boost_@BOOST_FILENAME@ /silent" -Wait

0 commit comments

Comments
 (0)