diff options
Diffstat (limited to 'recipes')
-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 dbcb02e1..59793541 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -28,5 +28,5 @@ 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 Architecture.is_arm(self.config.target_arch): + if self.config.cross_compiling(): self.configure_options = '--with-python=no' |