Skip to content

Commit

Permalink
Merge pull request #2 from ericLemanissier/patch-1
Browse files Browse the repository at this point in the history
use validate_build
  • Loading branch information
boussaffawalid authored Apr 8, 2023
2 parents 44492f6 + 82af2c6 commit 4313cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def build_requirements(self):
if self.options.with_glib:
self.tool_requires("glib/2.75.3")

def validate_build(self):
if self.options.qtwebengine:
# Check if a valid python2 is available in PATH or it will failflex
# Start by checking if python2 can be found
Expand Down

0 comments on commit 4313cbb

Please sign in to comment.