mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3430 from fulldecent/patch-6
Support macOS High Sierra for install_deps script
This commit is contained in:
commit
b177352a87
@ -84,9 +84,12 @@ case $(uname -s) in
|
||||
10.12)
|
||||
echo "Installing solidity dependencies on macOS 10.12 Sierra."
|
||||
;;
|
||||
10.13)
|
||||
echo "Installing solidity dependencies on macOS 10.13 High Sierra."
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported macOS version."
|
||||
echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on Sierra."
|
||||
echo "We only support Mavericks, Yosemite, El Capitan, Sierra and High Sierra."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user