Work around OSX on Travis
This commit is contained in:
parent
45cd956acc
commit
46fbf3a565
@ -65,6 +65,7 @@ case "$TRAVIS_OS_NAME" in
|
|||||||
# NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent.
|
# NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent.
|
||||||
# Use GNU nm instead
|
# Use GNU nm instead
|
||||||
NM=gnm
|
NM=gnm
|
||||||
|
brew update
|
||||||
brew install binutils
|
brew install binutils
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user