diff options
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r-- | recipes/libxml2.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index a74e90ab..4dc509a9 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -28,5 +28,4 @@ class Recipe(recipe.Recipe): elif self.config.target_platform == Platform.IOS: self.configure_options = '--with-python=no' elif self.config.target_platform == Platform.LINUX: - if self.config.cross_compiling(): - self.configure_options = '--with-python=no' + self.configure_options = '--with-python=no' |