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

Fix a workaround for macOS in MaliciousOTExtension #24

Merged

Conversation

fabrice102
Copy link

An old workaround for macOS prevents the compilation of MaliciousOTExtension with clang, because the file /usr/local/Cellar/gcc49/4.9.1/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libstdc++.a might not exist. This fix is a workaround for this issue: if the file does not exist, it is ignored.
There might still be an issue when the file exists but clang is used, but hopefully this won't happen in usual settings.

An old workaround for macOS prevents the compilation of MaliciousOTExtension with clang, because the file /usr/local/Cellar/gcc49/4.9.1/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libstdc++.a might not exist. This fix is a workaround for this issue: if the file does not exist, it is ignored.
There might still be an issue when the file exists but clang is used, but hopefully this won't happen in usual settings.
@fabrice102 fabrice102 mentioned this pull request Jul 21, 2017
@liorko87 liorko87 changed the base branch from master to Mac-OS-x July 30, 2017 10:13
@liorko87 liorko87 merged commit e59fb78 into cryptobiu:Mac-OS-x Jul 30, 2017
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.

None yet

2 participants