do not build racer in the initial script
This commit is contained in:
parent
fa5ef5bf46
commit
dfaca940e7
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ rm -f "$BLASTOFF_TEMP"
|
||||||
multirust update
|
multirust update
|
||||||
multirust default stable
|
multirust default stable
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
||||||
cd "$DIR/.vim/bundle/racer/"
|
|
||||||
cargo build
|
|
||||||
cd "$DIR/../"
|
cd "$DIR/../"
|
||||||
echo "getting rust sources..."
|
echo "getting rust sources..."
|
||||||
if [[ ! -d rust ]]; then
|
if [[ ! -d rust ]]; then
|
||||||
|
|
Loading…
Reference in a new issue