parent
eaf4f0ec83
commit
a66e2a49a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue