Skip to content

Commit

Permalink
liquid-dsp: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 7, 2023
1 parent f51e649 commit c1fafd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/liquid-dsp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def export_sources(self):
export_conandata_patches(self)
copy(self, "generate_link_library.bat", src=self.recipe_folder, dst=self.export_sources_folder)


def config_options(self):
if self.settings.os == "Windows":
del self.options.fPIC
Expand All @@ -90,7 +89,7 @@ def build_requirements(self):
if not self.conf.get("tools.microsoft.bash:path", check_type=str):
self.tool_requires("msys2/cci.latest")
if is_msvc(self):
self.tool_requires("mingw-w64/8.1")
self.tool_requires("mingw-w64/8.0.2")
self.tool_requires("automake/1.16.5")

def source(self):
Expand Down

0 comments on commit c1fafd6

Please sign in to comment.