parent
06239de0e9
commit
deb78bcd93
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue