ponyc: tweak whitespace
This commit is contained in:
parent
4779c6f5b8
commit
2e50eaf765
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ class Ponyc < Formula
|
|||
def install
|
||||
ENV.cxx11
|
||||
ENV["LLVM_CONFIG"] = "#{Formula["llvm@3.9"].opt_bin}/llvm-config"
|
||||
system "make", "config=release", "ponydir=#{prefix}", "prefix=", "install", "verbose=1"
|
||||
system "make", "install", "verbose=1", "config=release",
|
||||
"ponydir=#{prefix}", "prefix="
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue