Skip to content

Commit

Permalink
support macos 10.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
程煊 committed Mar 30, 2019
1 parent adc51c1 commit 2088e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function compile_ycm_on_mac_mojave()
function compile_ycm_on_mac()
{
mac_version=$(sw_vers | grep ProductVersion | cut -d '.' -f 2 -f 3)
fix_macos_version_list=(14.1 14.2 14.3)
fix_macos_version_list=(14.1 14.2 14.3 14.4)
echo "${fix_macos_version_list[@]}" | grep -wq "$mac_version" && \
compile_ycm_on_mac_mojave || \
compile_ycm_on_mac_legacy
Expand Down

0 comments on commit 2088e70

Please sign in to comment.