summaryrefslogtreecommitdiff
path: root/setupinfo.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-08-19 20:32:27 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-08-19 20:32:27 +0200
commit9f21aa602440c1e6fb3d35b627c170fccf065dcd (patch)
tree25acdf6d3bf451683dc895dfeeea2fa25ed543b4 /setupinfo.py
parent99757e7af475f4e02eda0d69f48dde73211b2fc1 (diff)
downloadpython-lxml-9f21aa602440c1e6fb3d35b627c170fccf065dcd.tar.gz
Compile ElementMaker into an extension type to speed it up.
Diffstat (limited to 'setupinfo.py')
-rw-r--r--setupinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setupinfo.py b/setupinfo.py
index 50d3e985..050fe46b 100644
--- a/setupinfo.py
+++ b/setupinfo.py
@@ -14,7 +14,7 @@ except ImportError:
CYTHON_INSTALLED = False
EXT_MODULES = ["lxml.etree", "lxml.objectify"]
-COMPILED_MODULES = ["lxml._elementpath", "lxml.html.diff", "lxml.html.clean"]
+COMPILED_MODULES = ["lxml.builder", "lxml._elementpath", "lxml.html.diff", "lxml.html.clean"]
HEADER_FILES = ['etree.h', 'etree_api.h']
if hasattr(sys, 'pypy_version_info') or (