Attempt to use gmake on Darwin

This commit is contained in:
Justin Ethier 2020-08-31 13:34:12 -04:00
parent 6d20e717e6
commit fd3b63d4a5

View file

@ -43,7 +43,7 @@ notifications:
email: false
before_install:
- |
if [ "$(uname)" != "FreeBSD" ]; then
if [[ "$(uname)" != "FreeBSD" && "$(uname)" != "Darwin" ]]; then
sudo ln -s /usr/bin/make /usr/bin/gmake
fi
- |