do not build racer in the initial script

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-03-12 15:09:42 +01:00
parent fa5ef5bf46
commit dfaca940e7

View file

@ -75,8 +75,6 @@ rm -f "$BLASTOFF_TEMP"
multirust update
multirust default stable
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
cd "$DIR/.vim/bundle/racer/"
cargo build
cd "$DIR/../"
echo "getting rust sources..."
if [[ ! -d rust ]]; then