isl: fix test on 10.13 (#15284)

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-04 18:05:40 -07:00 committed by GitHub
parent eaf4f0ec83
commit a66e2a49a5

View file

@ -51,7 +51,7 @@ class Isl < Formula
return 0;
}
EOS
system ENV.cc, "test.c", "-lisl", "-o", "test"
system ENV.cc, "test.c", "-L#{lib}", "-lisl", "-o", "test"
system "./test"
end
end