summaryrefslogtreecommitdiff
path: root/setupinfo.py
diff options
context:
space:
mode:
authorscoder <none@none>2010-03-13 15:06:07 +0100
committerscoder <none@none>2010-03-13 15:06:07 +0100
commitefcc53c591b473e4c3bed337e2cc9bfd65860fff (patch)
tree0385177c66cecd8f058b11a9ebc78104ca94579b /setupinfo.py
parentb70344165e601b530f8171fc520d820b10e82816 (diff)
downloadpython-lxml-efcc53c591b473e4c3bed337e2cc9bfd65860fff.tar.gz
[svn r4375] r5514@lenny: sbehnel | 2010-03-13 15:05:54 +0100
build lib dependencies in parallel if supported --HG-- branch : trunk
Diffstat (limited to 'setupinfo.py')
-rw-r--r--setupinfo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setupinfo.py b/setupinfo.py
index 2ce35974..bff428cb 100644
--- a/setupinfo.py
+++ b/setupinfo.py
@@ -52,7 +52,8 @@ def ext_modules(static_include_dirs, static_library_dirs,
static_cflags, static_binaries,
libiconv_version=OPTION_LIBICONV_VERSION,
libxml2_version=OPTION_LIBXML2_VERSION,
- libxslt_version=OPTION_LIBXSLT_VERSION)
+ libxslt_version=OPTION_LIBXSLT_VERSION,
+ multicore=OPTION_MULTICORE)
if CYTHON_INSTALLED:
source_extension = ".pyx"
@@ -345,3 +346,4 @@ if OPTION_BUILD_LIBXML2XSLT:
OPTION_LIBXML2_VERSION = option_value('libxml2-version')
OPTION_LIBXSLT_VERSION = option_value('libxslt-version')
OPTION_LIBICONV_VERSION = option_value('libiconv-version')
+OPTION_MULTICORE = option_value('multicore')