Problem
In the barretenberg binary, we call base64 and pipe that output to gunzip. The base64 call assumes that Mac and Linux both have the same command line options and implementations, which is not the case.
Solution
Conditionally compile the statement which uses the base64 application
Problem
In the barretenberg binary, we call base64 and pipe that output to gunzip. The base64 call assumes that Mac and Linux both have the same command line options and implementations, which is not the case.
Solution
Conditionally compile the statement which uses the base64 application