Skip to content

Commit

Permalink
Compile Python with --enable-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 2, 2021
1 parent b553dc8 commit 3c3e51e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ def install_languages(self):
# If the language version selected is not available from the
# cache we compile it at build time
cmd = [
'env',
'PYTHON_CONFIGURE_OPTS="--enable-shared"',
'asdf',
'install',
language,
Expand Down

0 comments on commit 3c3e51e

Please sign in to comment.