tbb: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-04 15:54:13 -07:00
parent bde0714201
commit 0ec07e39b6

View file

@ -50,7 +50,7 @@ class Tbb < Formula
return 0;
}
EOS
system ENV.cxx, "test.cpp", "-ltbb", "-o", "test"
system ENV.cxx, "test.cpp", "-L#{lib}", "-ltbb", "-o", "test"
system "./test"
end
end