mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Attempt to use gmake on Darwin
This commit is contained in:
parent
6d20e717e6
commit
fd3b63d4a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue