re2c: depends on gmake (#43916)

regressed in 650a668a9d
This commit is contained in:
Harmen Stoppels 2024-04-30 23:30:36 +02:00 committed by GitHub
parent 06239de0e9
commit deb78bcd93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,10 @@ class Re2c(Package):
phases = ["configure", "build", "install"] phases = ["configure", "build", "install"]
depends_on("cmake", when="platform=windows") depends_on("cmake", when="platform=windows")
depends_on("gmake", when="platform=linux")
depends_on("gmake", when="platform=cray")
depends_on("gmake", when="platform=darwin")
depends_on("gmake", when="platform=freebsd")
@property @property
def make_tool(self): def make_tool(self):