YouCompleteMe/ci/travis/travis_install.linux.sh
2016-05-10 20:42:23 +02:00

6 lines
204 B
Bash

# Linux-specific installation
# 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"