6 lines
204 B
Bash
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"
|