Fix make gh-release
to work on MacOS
#103
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
On MacOS there is a different version of
sed
.By installing
gsed
and adding an alias in your.bashrc
/.zshrc
you can have compatibility.Make however is not picking aliases and still uses the version of
sed
that ships with MacOS.We should find another way in the Makefile to use
gsed
when running on MacOS. e.g. Detect the OS from the makefile and then conditionally usegsed
as opposed tosed
.The text was updated successfully, but these errors were encountered: