tbb: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
bde0714201
commit
0ec07e39b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue