summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-12 07:19:54 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:16 +0100
commit6a639a670423516f80c90332d3d9e273e05a5a41 (patch)
tree8b261759bd4d660612c2771e861ea013b4fbab67 /recipes/libxml2.recipe
parent36510f63202b3248fdf0cbb8351ac51d46014890 (diff)
libxml2: build with python on windows too
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r--recipes/libxml2.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe
index e3aca1fc..c89c41a6 100644
--- a/recipes/libxml2.recipe
+++ b/recipes/libxml2.recipe
@@ -9,4 +9,4 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.WINDOWS:
- self.configure_options = '--without-python --without-threads'
+ self.configure_options = '--without-threads'