graphite2: fix build (#36376)
This commit is contained in:
parent
8e6acb9c0f
commit
100f951d01
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Graphite2 < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "cmake", *std_cmake_args
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue