Commit 1dff4abbdc5a06f9ddc303951c231ae8490f4740

Authored by Elena.Budnik
1 parent b928145d

BOOST_ROOT => correction

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/deploy.sh
... ... @@ -41,7 +41,7 @@ else
41 41 fi
42 42  
43 43 if [ -d "$COTS_DIR/tools/boost" ]; then
44   - BOOST_ROOT="$COTS_DIR/tools/boost"
  44 + BOOST_ROOT="$COTS_DIR/tools/gcc/4.7.2/boost"
45 45 else
46 46 BOOST_ROOT="/usr"
47 47 fi
... ...