From e20c88a4b51f996c6b4281a27231fa314c41321d Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Wed, 16 Oct 2013 09:55:40 -0700 Subject: [PATCH] install.sh script works again Fixes #589 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14b0b62d..3a5a2fe1 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ function install { cmake -G "Unix Makefiles" "$@" . $ycm_dir/cpp fi - make -j $(num_cores) ycm_core + make -j $(num_cores) ycm_support_libs popd rm -rf $build_dir }