diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-06 17:23:31 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:10 +0100 |
commit | cfd0c7e24125f423088549efca90da408334f0d6 (patch) | |
tree | be3a4b96d6f343258383900f65465caf16416d26 /recipes/libxml2.recipe | |
parent | 0d7015ad0de9411fde34fdf231603b4259de41f6 (diff) |
libxml2: disable threads on windows until tests are compiling
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r-- | recipes/libxml2.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index 2f41c24a..191179ab 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -8,4 +8,4 @@ class Recipe(recipe.Recipe): def prepare(self): if self.config.target_platform == Platform.WINDOWS: - self.configure_options = '--without-python' + self.configure_options = '--without-python --without-threads' |