install.sh now removes old ycm libs if present
This commit is contained in:
parent
fc05769788
commit
6572635c67
@ -1,7 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
$SCRIPT_DIR/third_party/ycmd/build.sh "$@"
|
$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
|
||||||
|
Loading…
Reference in New Issue
Block a user