Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
binaryen fix for build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sergmetelin committed Sep 13, 2017
1 parent f1f8bc2 commit 45ead96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [ $ARCH == "ubuntu" ]; then
cd binaryen
git checkout tags/1.37.14
cmake . && make
mkdir -p ${HOME}/opt/binaryen/bin
mv ${TEMP_DIR}/binaryen/bin ${HOME}/opt/binaryen/bin
mkdir -p ${HOME}/opt/binaryen/
mv ${TEMP_DIR}/binaryen/bin ${HOME}/opt/binaryen/
rm -rf ${TEMP_DIR}/binaryen
BINARYEN_BIN=${HOME}/opt/binaryen/bin

Expand Down

0 comments on commit 45ead96

Please sign in to comment.