Skip to content

Conversation

@myshen
Copy link

@myshen myshen commented Feb 6, 2014

No description provided.

@justinmuller
Copy link

I had been doing this manually each time I updated, good work @myshen. But, what is the commit of sha3.cpp for? How is this related to building on Darwin?

@myshen
Copy link
Author

myshen commented Feb 6, 2014

Good question, I screwed up. I've removed the sha3.cpp. I hope I didn't do it the wrong way.

@coercion
Copy link

coercion commented Feb 8, 2014

OS X doesn't need a malloc include. This is what I've been patching with.

#ifndef __APPLE__
#include <malloc.h>
#endif

@myshen
Copy link
Author

myshen commented Feb 10, 2014

Updated to use @coercion's method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants