Skip to content

Commit

Permalink
Use conan package binutils as a workaround for for binutils bug https…
Browse files Browse the repository at this point in the history
…://sourceware.org/bugzilla/show_bug.cgi\?id\=23573. conan-docker-tools use ubuntu 16 as base image which have an old binutils version
  • Loading branch information
wboussafa committed Jul 14, 2022
1 parent 6dda043 commit 321c667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def export_sources(self):
self.copy(patch["patch_file"])

def build_requirements(self):
if self.settings.os == "Linux":
self.build_requires("binutils/2.38")
if self._settings_build.os == "Windows" and self._is_msvc:
self.build_requires("jom/1.1.3")
if self.options.qtwebengine:
Expand Down

0 comments on commit 321c667

Please sign in to comment.