ソースを参照

Helps to spell things correctly

msmith-techempower 11 年 前
コミット
98658d25bb
1 ファイル変更2 行追加2 行削除
  1. 2 2
      toolset/setup/linux/frameworks/wt.sh

+ 2 - 2
toolset/setup/linux/frameworks/wt.sh

@@ -20,9 +20,9 @@ RETCODE=$(fw_exists wt)
 
 # Instead of compiling from source, just use apt to install onto 
 # host machine
-if [ "$TFB_CODENAME" == "trusty" ]; then
+if [ "$TFB_DISTRIB_CODENAME" == "trusty" ]; then
     sudo apt-get -y install libboost1.54-all-dev
-elif [ "$TFB_CODENAME" == "precise" ]; then
+elif [ "$TFB_DISTRIB_CODENAME" == "precise" ]; then
     sudo apt-get -y install libboost1.48-all-dev
 fi