diff options
author | scoder <none@none> | 2008-11-07 20:46:55 +0100 |
---|---|---|
committer | scoder <none@none> | 2008-11-07 20:46:55 +0100 |
commit | a2a9cbf24f62a001d9fc39eaddc35330cb94aa77 (patch) | |
tree | 0662536f5c95f011224ba1fed305030167041a73 /buildlibxml.py | |
parent | d30f80175a520629f18a799cf869633db445e348 (diff) | |
download | python-lxml-a2a9cbf24f62a001d9fc39eaddc35330cb94aa77.tar.gz |
[svn r3997] r4846@delle: sbehnel | 2008-11-07 20:46:04 +0100
another fix for the static build
--HG--
branch : trunk
Diffstat (limited to 'buildlibxml.py')
-rw-r--r-- | buildlibxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlibxml.py b/buildlibxml.py index 4a4c3f44..8e845961 100644 --- a/buildlibxml.py +++ b/buildlibxml.py @@ -174,7 +174,7 @@ def build_libxml2xslt(download_dir, build_dir, call_subprocess( ['make', 'install'], cwd=libxml2_dir) - libxslt_configure_cmd = configure_cmd + ['--with-libxml2-src=%s' % libxml2_dir] + libxslt_configure_cmd = configure_cmd + ['--with-libxml-prefix=%s' % prefix] call_subprocess(libxslt_configure_cmd, cwd=libxslt_dir) call_subprocess( ['make'], cwd=libxslt_dir) |