diff options
Diffstat (limited to 'recipes/spandsp.recipe')
-rw-r--r-- | recipes/spandsp.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/spandsp.recipe b/recipes/spandsp.recipe index d284bb64..2f716e45 100644 --- a/recipes/spandsp.recipe +++ b/recipes/spandsp.recipe @@ -27,7 +27,6 @@ class Recipe(recipe.Recipe): self.patches += ['spandsp/0001-Fix-build-for-windows-using-mingw.patch'] if self.config.platform == Platform.WINDOWS: - self.override_libtool = False self.patches += ['spandsp/0001-Avoid-running-autoreconf-on-windows.patch'] else: self.config_sh = 'sh ./autogen.sh && sh ./configure' |