graphite2: fix build (#36376)

This commit is contained in:
Yousuf J 2019-02-10 07:49:33 -05:00 committed by FX Coudert
parent 8e6acb9c0f
commit 100f951d01

View file

@ -20,7 +20,7 @@ class Graphite2 < Formula
end
def install
system "cmake", *std_cmake_args
system "cmake", ".", *std_cmake_args
system "make", "install"
end