YouCompleteMe/ci/travis/travis_install.linux.sh

6 lines
204 B
Bash
Raw Normal View History

2016-04-16 21:10:57 -04:00
# Linux-specific installation
2016-04-16 21:10:57 -04:00
# In order to work with ycmd, python *must* be built as a shared library. This
# is set via the PYTHON_CONFIGURE_OPTS option.
export PYTHON_CONFIGURE_OPTS="--enable-shared"