rock: depends on bdw-gc
As mentioned in its README, rock depends on the Boehm Garbage Collector (bdw-gc). Closes Homebrew/homebrew#20032. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
831af75918
commit
3b1ba3ee68
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class Rock < Formula
|
|||
|
||||
head 'https://github.com/nddrylliog/rock.git'
|
||||
|
||||
depends_on 'bdw-gc'
|
||||
|
||||
def install
|
||||
# make rock using provided bootstrap
|
||||
system "make rescue"
|
||||
|
|
Loading…
Reference in a new issue