Skip to content

Use curl instead of wget#1411

Open
scelis wants to merge 1 commit intoHearthSim:masterfrom
scelis:fix-replace-wget-with-curl
Open

Use curl instead of wget#1411
scelis wants to merge 1 commit intoHearthSim:masterfrom
scelis:fix-replace-wget-with-curl

Conversation

@scelis
Copy link
Copy Markdown

@scelis scelis commented May 8, 2026

wget is not included in recent versions of macOS so the current build fails with a wget: command not found error.

Using wget via Homebrew is not an ideal solution because Homebrew by default installs to /opt/homebrew on Apple Silicon Macs, which is not in Xcode's list of allowed paths to access when building.

curl ships by default with macOS and should always be available.

wget is not included in recent versions of macOS so the current build
fails with a `wget: command not found` error.

Using wget via Homebrew is not an ideal solution because Homebrew by
default installs to `/opt/homebrew` on Apple Silicon macs, which is not
in Xcode's list of allowed paths to access when building.

curl ships by default with macOS and should always be available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant