Skip to content

Commit

Permalink
Add libs to the test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Oct 4, 2019
1 parent 7194f5d commit ca71625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def install
return 0;
}
EOS
system ENV.cxx, "test.cpp", "-std=c++11", "-I#{include}", "-L#{lib}", "-larrow", "-o", "test"
system ENV.cxx, "test.cpp", "-std=c++11", "-I#{include}", "-L#{lib}", "-larrow", "-lparquet", "-lthrift", "-llz4", "-lboost_system", "-lboost_filesystem", "-lboost_regex", "-ldouble-conversion", "-lsnappy", "-o", "test"
system "./test"
end
end

0 comments on commit ca71625

Please sign in to comment.