Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
migrate flex to CCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored May 21, 2020
1 parent 920d375 commit 7508514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def build_requirements(self):
if not tools.which("gperf"):
self.build_requires("gperf/3.1")
if not tools.which("flex"):
self.build_requires("flex_installer/2.6.4@bincrafters/stable")
self.build_requires("flex/2.6.4")

def _check_python_version():
# Check if a valid python2 is available in PATH or it will failflex
Expand Down

0 comments on commit 7508514

Please sign in to comment.