Skip to content

Commit

Permalink
libebur128: fix test on 10.13
Browse files Browse the repository at this point in the history
no /usr/local/lib for you
  • Loading branch information
ilovezfs committed Jul 13, 2017
1 parent 16697e2 commit a373ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libebur128.rb
Expand Up @@ -28,7 +28,7 @@ def install
return 0;
}
EOS
system ENV.cc, "test.c", "-lebur128", "-o", "test"
system ENV.cc, "test.c", "-L#{lib}", "-lebur128", "-o", "test"
system "./test"
end
end

0 comments on commit a373ccc

Please sign in to comment.