parent
5a201a3687
commit
7f016d9a63
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Confuse < Formula
|
|||
return 0;
|
||||
}
|
||||
EOS
|
||||
system ENV.cc, "test.c", "-lconfuse", "-o", "test"
|
||||
system ENV.cc, "test.c", "-L#{lib}", "-lconfuse", "-o", "test"
|
||||
assert_match /world/, shell_output("./test")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue