-
Notifications
You must be signed in to change notification settings - Fork 21
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
macOS build #17
macOS build #17
Conversation
Hey, thanks for the PR! I was vaguely aware that this would be possible, but didn't realize it would be possible with 5 lines of code! Nice. I have a MacBook somewhere and will pull it out and give it a test. Ugh. But, of course, now someone will ask if we can do this for Windows as well. |
Credit to Analog Devices for making libiio cross-platform in the first place. I've been using this crate with IIO on my Mac in a very limited context for a while without issues. Would be good to have some more testing on this, though. |
Still haven't found my MacBook. I know it's around here somewhere! |
Thanks for merging. I'm likely the only person using this right now, but I haven't run into any problems yet. I'll continue testing and submit and PRs if I run into issues. |
I have an app in production that uses this library. Once I get it updated to this version, a few Mac users will likely start testing it, so we should have some additional feedback in a week or two. |
@tomstokes I found my MacBook and tried to build. It failed, unable to find the library, and when I looked, my
Looking under there, I found the directory, So I guess we need a way to find the right directory in the build? |
I created a new Issue to track the problem. |
Enable compilation on macOS.