Install & use cmake provided by scripts/install_cmake.sh for emscripten

This commit is contained in:
Alexander Arlt
2018-04-23 11:10:39 +01:00
committed by Alex Beregszaszi
parent 0b49fd3493
commit a49dac8057
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -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