aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/ci/travis/travis_install.linux.sh
blob: 52d400e414315f9d2012f355cde829f9d1f37d64 (plain)
1
2
3
4
5
# 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"