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 MfError::Errno for macos targets #5

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

Conversation

alanbaumgartner
Copy link

Not much to add here, macos uses libc::__error() rather than libc::__errno_location() on linux.

@ItsEthra
Copy link
Owner

ItsEthra commented Mar 4, 2024

You have updated windows crate version but I'm not sure if it will build, I will need to test it on my windows machine.

@alanbaumgartner
Copy link
Author

You have updated windows crate version but I'm not sure if it will build, I will need to test it on my windows machine.

Good point 👍, I believe theres a few more updates I need to make (other than the few I just pushed up). I can make those updates after work today. Either that or downgrading the version.

Thanks for the quick reply too :)

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