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

Add paths for homebrew on M1 Mac / Apple Silicon #982

Merged
merged 1 commit into from
May 24, 2022

Conversation

n8henrie
Copy link
Contributor

This adds the relevant paths to pick up e.g. rtlsdr installed via arm64
homebrew on an M1 Mac. Without this patch fails to pick up rtlsdr, with this
patch finds the relevant devices.

See also: #173

@CLAassistant
Copy link

CLAassistant commented May 24, 2022

CLA assistant check
All committers have signed the CLA.

@n8henrie n8henrie marked this pull request as ready for review May 24, 2022 14:23
@n8henrie
Copy link
Contributor Author

I can happily refactor the path concatenation to use pathlib (since you require python >= 3.4) or os.path.join if you prefer, but I'm not sure it would matter as there are plenty of preexisting hardcoded / as pathsep. Let me know.

@jopohl
Copy link
Owner

jopohl commented May 24, 2022

All good, thank you for your contribution!

@jopohl jopohl merged commit e72584f into jopohl:master May 24, 2022
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.

3 participants