Merge pull request #882 from cehoffman/patch-1
Always use python_finder on install
This commit is contained in:
commit
80b4647009
@ -74,11 +74,7 @@ function install {
|
||||
build_dir=`mktemp -d -t ycm_build.XXXXXX`
|
||||
pushd $build_dir
|
||||
|
||||
if [[ `uname -s` == "Darwin" ]]; then
|
||||
cmake -G "Unix Makefiles" $(python_finder) "$@" . $ycm_dir/cpp
|
||||
else
|
||||
cmake -G "Unix Makefiles" "$@" . $ycm_dir/cpp
|
||||
fi
|
||||
cmake -G "Unix Makefiles" $(python_finder) "$@" . $ycm_dir/cpp
|
||||
|
||||
make -j $(num_cores) ycm_support_libs
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user