Skip to content

Commit

Permalink
pbc-sig: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Jan 6, 2020
1 parent b69a171 commit 766775a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/pbc-sig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def install
return 0;
}
EOS
system ENV.cc, "test.c", "-o", "test", "-L#{lib}", "-lpbc", "-lpbc_sig"
system ENV.cc, "test.c", "-o", "test", "-L#{Formula["pbc"].lib}",
"-L#{lib}", "-lpbc", "-lpbc_sig"
system "./test"
end
end
Expand Down

0 comments on commit 766775a

Please sign in to comment.