We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e08f1 commit 02a1af6Copy full SHA for 02a1af6
win32/install.ps1
@@ -27,6 +27,8 @@ foreach ($p in "MSMPI_INC", "MSMPI_LIB32", "MSMPI_LIB64") {
27
if ($Boost) {
28
echo " - Using preinstalled boost version: $env:BOOST_ROOT"
29
30
+ $env:Path = "$env:BOOST_ROOT\lib;$env:Path"
31
+
32
# if ($Arch -eq "x64") { $BoostBitness = "64" } else { $BoostBitness = "32" }
33
# echo " - Installing $BoostBitness bit boost"
34
# Start-Process $ScriptDir\boost$BoostBitness.exe -ArgumentList "/dir=$env:AGENT_WORKFOLDER\boost_@BOOST_FILENAME@ /silent" -Wait
0 commit comments