Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure for Apple and guard malloc include #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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