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
Building on Apples new Big Sur operating system requires inclusion mach_time.h due to function prototype uint64_t mach_absolute_time(void);
macos11_mach_absolute_time.patch.txt
The text was updated successfully, but these errors were encountered:
Fix build on Mac Big Sur.
63b84bd
Closes #1905. Thanks to Taavi Talvik.
Thank you, this was already fixed on the develop branch, and I've just made the same change on the 1.6.x branch.
develop
1.6.x
Sorry, something went wrong.
This is in 2.0.0 and shortly in 1.6.13.
No branches or pull requests
Building on Apples new Big Sur operating system requires inclusion mach_time.h due to function prototype
uint64_t mach_absolute_time(void);
macos11_mach_absolute_time.patch.txt
The text was updated successfully, but these errors were encountered: