summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-02-29 15:33:09 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:06 +0100
commitb58596a4b0825dc4a9f73060d0f9948314b8562f (patch)
treecdb4302befc3a0fd5954548720d5d032e62f9a7c /recipes/libxml2.recipe
parentabcb0fe3de42e371c82456a4ebddbf2fb4755d7c (diff)
libxml2: fix typo
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 d08227e8..e5f579d9 100644
--- a/recipes/libxml2.recipe
+++ b/recipes/libxml2.recipe
@@ -9,4 +9,4 @@ class Recipe(recipe.Recipe):
def prepare(self):
from cerbero.config import Platform
if self.config.target_platform == Platform.WINDOWS:
- self.configure_options == '--without-python'
+ self.configure_options = '--without-python'