Skip to content

Commit

Permalink
hayai: fix test on 10.13
Browse files Browse the repository at this point in the history
no /usr/local/lib for you
  • Loading branch information
ilovezfs committed Jul 5, 2017
1 parent b9ee06d commit e462ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/hayai.rb
Expand Up @@ -35,7 +35,7 @@ def install
}
EOS

system ENV.cxx, "test.cpp", "-lhayai_main", "-o", "test"
system ENV.cxx, "test.cpp", "-L#{lib}", "-lhayai_main", "-o", "test"
system "./test"
end
end

0 comments on commit e462ded

Please sign in to comment.