diff options
author | scoder <none@none> | 2008-12-25 20:29:49 +0100 |
---|---|---|
committer | scoder <none@none> | 2008-12-25 20:29:49 +0100 |
commit | ba024ace5c5303a851039f50d939a58268e0e4e7 (patch) | |
tree | a54d202c7eab718f66a657bd7d8ef2e99578605a | |
parent | c7d67564b1a2c7acf02c61e5878c92f8abfc9d98 (diff) | |
download | python-lxml-ba024ace5c5303a851039f50d939a58268e0e4e7.tar.gz |
[svn r4053] r4939@delle: sbehnel | 2008-12-25 20:28:26 +0100
fix finding header files when building libxml2/libxslt
--HG--
branch : trunk
-rw-r--r-- | buildlibxml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlibxml.py b/buildlibxml.py index 3d9da0de..1a0aa088 100644 --- a/buildlibxml.py +++ b/buildlibxml.py @@ -213,6 +213,7 @@ def build_libxml2xslt(download_dir, build_dir, lib_dir = os.path.join(prefix, 'lib') static_include_dirs.extend([ + os.path.join(prefix, 'include'), os.path.join(prefix, 'include', 'libxml2'), os.path.join(prefix, 'include', 'libxslt'), os.path.join(prefix, 'include', 'libexslt')]) |