Skip to content

Commit

Permalink
boost: fix missing Path
Browse files Browse the repository at this point in the history
  • Loading branch information
mensinda committed Apr 4, 2020
1 parent c1e08f1 commit 02a1af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win32/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ foreach ($p in "MSMPI_INC", "MSMPI_LIB32", "MSMPI_LIB64") {
if ($Boost) {
echo " - Using preinstalled boost version: $env:BOOST_ROOT"

$env:Path = "$env:BOOST_ROOT\lib;$env:Path"

# if ($Arch -eq "x64") { $BoostBitness = "64" } else { $BoostBitness = "32" }
# echo " - Installing $BoostBitness bit boost"
# Start-Process $ScriptDir\boost$BoostBitness.exe -ArgumentList "/dir=$env:AGENT_WORKFOLDER\boost_@BOOST_FILENAME@ /silent" -Wait
Expand Down

0 comments on commit 02a1af6

Please # to comment.