tanmaykm / Thrift.jl

Thrift for Julia
Other
27 stars 14 forks source link

Using deps/build.jl to build thrift #21

Closed jpfairbanks closed 7 years ago

jpfairbanks commented 7 years ago

Here is a first attempt at using deps/build.jl to build thrift. It just uses raw system commands rather than the BinDeps tool chain. We should be able to replace it with the Sources and Autotools provides from BinDeps which will make it more portable.

tanmaykm commented 7 years ago

LGTM. Will merge it after a few tests. :+1: Thanks!

tanmaykm commented 7 years ago

Merged. Will push some fixes soon.