aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_cmake.sh
diff options
context:
space:
mode:
authorAlexander Arlt <alexander.arlt@arlt-labs.com>2018-02-28 02:06:33 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-04-23 18:10:39 +0800
commita49dac8057f3e48984585aed4f7c7f8050d25471 (patch)
treef4975a302a4650f28545ca317eac049108756930 /scripts/install_cmake.sh
parent0b49fd34931bd27c47b2f9dea39f4c75b3b2937f (diff)
downloaddexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar.gz
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar.bz2
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar.lz
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar.xz
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.tar.zst
dexon-solidity-a49dac8057f3e48984585aed4f7c7f8050d25471.zip
Install & use cmake provided by scripts/install_cmake.sh for emscripten
Diffstat (limited to 'scripts/install_cmake.sh')
-rwxr-xr-xscripts/install_cmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install_cmake.sh b/scripts/install_cmake.sh
index 00d013b9..e334b2c9 100755
--- a/scripts/install_cmake.sh
+++ b/scripts/install_cmake.sh
@@ -18,6 +18,8 @@ esac
BIN=$PREFIX/bin
+PATH=$PREFIX/bin:$PATH
+
if test -f $BIN/cmake && ($BIN/cmake --version | grep -q "$VERSION"); then
echo "CMake $VERSION already installed in $BIN"
else