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

Cannot choose correct md5 command when attempting to build on iOS #2568

Closed
Torrekie opened this issue Apr 5, 2021 · 0 comments · Fixed by #2609
Closed

Cannot choose correct md5 command when attempting to build on iOS #2568

Torrekie opened this issue Apr 5, 2021 · 0 comments · Fixed by #2609
Assignees
Labels

Comments

@Torrekie
Copy link

Torrekie commented Apr 5, 2021

Describe the bug
In Makefiles, it reads both macOS and iOS as "Darwin", but there's no "md5" command on iOS, so it will print error log like below:

/bin/sh: md5: command not found
warning : could not find HASH (md5), needed to differentiate builds using different flags

On iOS, the command should be "md5sum" instead of "md5".

To Reproduce
Steps to reproduce the behavior:

  1. Compile it on a jailbroken iOS device following README.md

Desktop (please complete the following information):

  • OS: [iOS]
  • Version [14.2]
  • Compiler [gcc]
  • Build system [Makefile]
@Cyan4973 Cyan4973 added the build label Apr 13, 2021
@felixhandte felixhandte self-assigned this Apr 30, 2021
felixhandte added a commit to felixhandte/zstd that referenced this issue May 4, 2021
felixhandte added a commit to felixhandte/zstd that referenced this issue May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants