File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [[ $OSTYPE == "linux"* ]]; then
39
39
EXTRA_OPTS=" --disable-gssapi"
40
40
fi
41
41
42
- ./configure --install-deps --source-deps-only $EXTRA_OPTS --prefix=" $INSTALLDIR "
42
+ ./configure --enable-static -- install-deps --source-deps-only $EXTRA_OPTS --prefix=" $INSTALLDIR "
43
43
44
44
if [[ $REQUIRE_SSL == 1 ]]; then
45
45
grep ' ^#define WITH_SSL 1$' config.h || \
Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ VENV_HOME=$2
11
11
12
12
set -ev
13
13
14
+ brew install libtool
15
+
14
16
if [[ -z ${PY_INTERPRETER} ]] || [[ -z ${VENV_HOME} ]]; then
15
17
echo " Usage: $0 <Python interpreter version> <destination>"
16
18
exit 1
17
19
fi
18
20
19
21
# Update virtualenv and install requested interpreter
20
- echo " # Updating basic dependencies"
22
+ echo " # Updating basic dependencies"
21
23
pip install -U pip
22
24
pip install virtualenv
23
25
pyenv install -f ${PY_INTERPRETER}
You can’t perform that action at this time.
0 commit comments