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

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Mar 16, 2020
1 parent 7c4b61e commit 229f375
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 @@ -150,7 +150,7 @@ def build_requirements(self):
if not tools.which("bison"):
self.build_requires("bison_installer/3.3.2@bincrafters/stable")
if not tools.which("gperf"):
self.build_requires("gperf_installer/3.1@conan/stable")
self.build_requires("gperf/3.1")
if not tools.which("flex"):
self.build_requires("flex_installer/2.6.4@bincrafters/stable")

Expand Down

0 comments on commit 229f375

Please sign in to comment.