diff options
Diffstat (limited to 'recipes/libcroco.recipe')
-rw-r--r-- | recipes/libcroco.recipe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/libcroco.recipe b/recipes/libcroco.recipe index fecd5e3b..7cded2e7 100644 --- a/recipes/libcroco.recipe +++ b/recipes/libcroco.recipe @@ -17,7 +17,5 @@ class Recipe(recipe.Recipe): def prepare(self): if self.config.target_platform in [Platform.DARWIN, Platform.IOS]: self.configure_options += ' --disable-Bsymbolic' - if self.config.platform == Platform.WINDOWS: - self.override_libtool = False - else: + if self.config.platform != Platform.WINDOWS: self.autoreconf = True |