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 build on MacOS 11.1 #104

Merged
merged 1 commit into from
Dec 24, 2020
Merged

Conversation

mitchblank
Copy link
Contributor

The Makefile has some code that disables some flags related to varargs handling when building on pre-10.5 OS/X. Unfortunately since it only uses the ".5" part to decide if it's running on an old mac version this old code came back to life on MacOS 11.1!

The Makefile has some code that disables some flags related to varargs
handling when building on pre-10.5 OS/X.  Unfortunately since it only
uses the ".5" part to decide if it's running on an old mac version this
old code came back to life on MacOS 11.1!
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.

2 participants