Skip to content

Fix build on MacOS 11.1#104

Merged
manugarg merged 1 commit intomanugarg:masterfrom
mitchblank:fix-macos-11-1-compile
Dec 24, 2020
Merged

Fix build on MacOS 11.1#104
manugarg merged 1 commit intomanugarg:masterfrom
mitchblank:fix-macos-11-1-compile

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