diff options
author | Chris Ward <chriswhward@gmail.com> | 2018-09-26 22:02:48 +0800 |
---|---|---|
committer | Chris Ward <chriswhward@gmail.com> | 2018-09-27 17:06:41 +0800 |
commit | d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15 (patch) | |
tree | f6a095053e5cfe1aa4c07a18c4ba18f36b0bf187 /scripts/install_deps.sh | |
parent | 0f59284a3d606b5139f4d5ccb932d3b582854c3c (diff) | |
download | dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.gz dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.zst dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.zip |
Add Mojave to dependencies script
Add changelog entry
Moved changelog item
Updates from review
Diffstat (limited to 'scripts/install_deps.sh')
-rwxr-xr-x | scripts/install_deps.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 96501499..b107f7c9 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -87,9 +87,12 @@ case $(uname -s) in 10.13) echo "Installing solidity dependencies on macOS 10.13 High Sierra." ;; + 10.14) + echo "Installing solidity dependencies on macOS 10.14 Mojave." + ;; *) echo "Unsupported macOS version." - echo "We only support Mavericks, Yosemite, El Capitan, Sierra and High Sierra." + echo "We only support Mavericks, Yosemite, El Capitan, Sierra, High Sierra and Mojave." exit 1 ;; esac |