diff options
-rw-r--r-- | recipes/libxml2.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index 628f154f..5bfa46f6 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -32,3 +32,5 @@ class Recipe(recipe.Recipe): self.configure_options = '--with-python=no' elif self.config.target_platform == Platform.LINUX: self.configure_options = '--with-python=no' + elif self.config.target_platform == Platform.DARWIN: + self.configure_options = '--with-python=no' |