2013-02-06 13:16:49 -03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2014-05-13 16:12:52 -07:00
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
2013-04-09 18:36:59 -07:00
|
|
|
|
2014-05-13 16:12:52 -07:00
|
|
|
$SCRIPT_DIR/third_party/ycmd/build.sh "$@"
|
2014-05-14 15:00:59 -07:00
|
|
|
|
|
|
|
# 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
|