Forcibly copy binaryen executable

This commit is contained in:
Michael Droettboom 2018-07-10 18:28:34 -04:00
parent c3a228e6ca
commit 6e1ac55eec
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ emsdk/emsdk:
cd emsdk/binaryen/tag-1.38.4_64bit_binaryen/ ; \
make ; \
cd ../.. ; \
cp binaryen/tag-1.38.4/bin/binaryen.js binaryen/tag-1.38.4_64bit_binaryen/bin ; \
./emsdk activate --embedded --build=Release sdk-tag-1.38.4-64bit binaryen-tag-1.38.4-64bit \
)