do not use system boost libraries to compile YCM
This commit is contained in:
parent
85f583d687
commit
41c922138d
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@ if [[ -z $NOVIM ]]; then
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
if [[ -z $NORUST ]]; then
|
if [[ -z $NORUST ]]; then
|
||||||
./install.py --system-boost --clang-completer --omnisharp-completer
|
./install.py --clang-completer --omnisharp-completer
|
||||||
else
|
else
|
||||||
./install.py --system-boost --racer-completer --clang-completer --omnisharp-completer
|
./install.py --racer-completer --clang-completer --omnisharp-completer
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue