Skip to content

Commit

Permalink
use binaryen 1.38.30
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 12, 2019
1 parent 0bd955d commit 1f67df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ProjectBinaryen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ endif()

ExternalProject_Add(binaryen
PREFIX ${prefix}
DOWNLOAD_NAME binaryen-1.38.28.tar.gz
DOWNLOAD_NAME binaryen-1.38.30.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/WebAssembly/binaryen/archive/1.38.28.tar.gz
URL_HASH SHA256=4cdf51ceaba2cbb98f3bf20022716f43911b4f437f89a4da479340a82a14f213
URL https://github.com/WebAssembly/binaryen/archive/1.38.30.tar.gz
URL_HASH SHA256=bb55a9824d54c764d4352086959dfbcb70be31d697570364d8a4fb53601d432d
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_INSTALL_LIBDIR=lib
Expand Down

0 comments on commit 1f67df1

Please sign in to comment.