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

Adjust sed call in build.sh #572

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

glektarssza
Copy link
Contributor

On macOS the -i parameter value is mandatory starting in macOS 15, unlike in the GNU variants of sed.

This PR adds a value for the -i parameter in the sed call in build.sh to avoid the call failing on macOS-based machines running macOS 15 or later.

Link to the StackOverflow answer that solved the mystery for me as to why this started mysteriously failing on one of my systems: https://stackoverflow.com/a/79086763

On macOS the `-i` parameter value is mandatory (unlike in GNU).
@DanielGavin DanielGavin merged commit a9853fc into DanielGavin:master Jan 8, 2025
2 of 5 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.

2 participants