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: replace 'arch' command with 'uname -m' for cross-platform compat… #150

Conversation

yohans-kasaw
Copy link
Contributor

This PR updates the ARCH variable assignment in the Makefile to use uname -m instead of arch. The arch command may not be available on all systems, which can lead to compatibility issues, while uname -m is part of the POSIX standard and more widely supported across Unix-like operating systems.

@kevinanielsen kevinanielsen linked an issue Nov 8, 2024 that may be closed by this pull request
@kevinanielsen kevinanielsen merged commit 8dd1fb2 into kevinanielsen:main Nov 8, 2024
2 checks passed
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.

The arch command may not be available on all Unix-like systems
2 participants