Skip to content

Commit

Permalink
glog.rb work around symlink change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt authored Jun 11, 2017
1 parent a48e333 commit 546624f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/glog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class Glog < Formula

def install
mkdir "glog-build" do
args = std_cmake_args
system "cmake", "..", *args
system "cmake", "..", *std_cmake_args
system "make", "install"
end
lib.install_symlink "libglog.dylib" => "libglog.0.dylib"
end

test do
Expand Down

0 comments on commit 546624f

Please sign in to comment.