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

detect os when building to support darwin #102

Closed
dehanj opened this issue Sep 15, 2023 · 1 comment
Closed

detect os when building to support darwin #102

dehanj opened this issue Sep 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dehanj
Copy link
Member

dehanj commented Sep 15, 2023

The makefile enforces to check the signer hash, this is done using sha512sum which goes under a different name on darwin, shasum -a 512.

To support building on darwin without manual modifications to the makefile, consider either adding a flag for the user to specify OS, or unamefor autodetection.

@dehanj dehanj added the bug Something isn't working label Sep 15, 2023
@dehanj
Copy link
Member Author

dehanj commented Dec 28, 2023

Closes with #105

@dehanj dehanj closed this as completed Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant