diff --git a/install.sh b/install.sh index 1c93036d..290289d8 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,10 @@ #!/usr/bin/env bash -set -e - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" $SCRIPT_DIR/third_party/ycmd/build.sh "$@" + +# Remove old YCM libs if present so that YCM can start. +rm python/*ycm_core.* &> /dev/null +rm python/*ycm_client_support.* &> /dev/null +rm python/*clang*.* &> /dev/null