From 9ec436c77bb065d3e8c5c7a7ecc434b1c91fe15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E7=85=8A?= Date: Sun, 14 Jul 2019 06:53:46 +0800 Subject: [PATCH] update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3b5da78..976ab5c 100755 --- a/install.sh +++ b/install.sh @@ -227,7 +227,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 14.4) + fix_macos_version_list=(14.1 14.2 14.3 14.4 14.5) echo "${fix_macos_version_list[@]}" | grep -wq "$mac_version" && \ compile_ycm_on_mac_mojave || \ compile_ycm_on_mac_legacy