[Bug]: make install
fails on macOS due to missing install -D
flag
#1211
Labels
Milestone
make install
fails on macOS due to missing install -D
flag
#1211
Steps to Reproduce
Run
make install
on macOS.Your Environment
step
CLI Version - masterExpected Behavior
make install
should succeed.Actual Behavior
It doesn't, since
install
doesn't have a-D
flag on macOS.See man page:
Additional Context
See https://apple.stackexchange.com/questions/201029/install-illegal-option-d for discussion and a suggested workaround. PR incoming.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: