Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Oct 8, 2019
2 parents 1b57e59 + 80677ec commit 65dffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function install_ycm_on_linux()
function compile_ycm_on_mac_legacy()
{
cd ~/.vim/plugged/YouCompleteMe
python2.7 ./install.py --clang-completer --system-libclang
python2.7 ./install.py --clang-completer
}

# macos编译ycm, Mojave上的方法
Expand All @@ -338,7 +338,7 @@ function compile_ycm_on_mac_mojave()
xcode-select --install
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
cd ~/.vim/plugged/YouCompleteMe
python2.7 ./install.py --clang-completer --system-libclang
python2.7 ./install.py --clang-completer
}

# 在MacOS上安装ycm插件
Expand Down

0 comments on commit 65dffdc

Please sign in to comment.