diff options
author | chriseth <chris@ethereum.org> | 2017-08-21 23:02:47 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-08-23 23:37:35 +0800 |
commit | cf5e1d6120513c757bd5c71f1e3af972a9a63aeb (patch) | |
tree | 6910848eb79274896826e69a603e8a34fb5fadc3 /scripts | |
parent | 8853183d060104777b03921ccda1e9db600f0e8e (diff) | |
download | dexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.tar.gz dexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.tar.zst dexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.zip |
Review changes.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_deps.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 760e4b80..3a1abe10 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -212,7 +212,7 @@ case $(uname -s) in git \ libboost-all-dev \ unzip \ - "$install_z3" + "$install_z3" ;; @@ -317,7 +317,8 @@ case $(uname -s) in build-essential \ cmake \ git \ - libboost-all-dev "$install_z3" + libboost-all-dev \ + "$install_z3" if [ "$CI" = true ]; then # Install 'eth', for use in the Solidity Tests-over-IPC. # We will not use this 'eth', but its dependencies |