Skip to content

Commit

Permalink
use binaryen 1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 6, 2019
1 parent d76730c commit a562dda
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 version_89.tar.gz
DOWNLOAD_NAME binaryen-1.39.1.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/WebAssembly/binaryen/archive/version_89.tar.gz
URL_HASH SHA256=e8b35e751cc9b90ce4c4a9d309595ee9c3afac2964fd0c4cc06c12ec43f6d55e
URL https://github.com/WebAssembly/binaryen/archive/1.39.1.tar.gz
URL_HASH SHA256=4852a676c383efffa368e58f2abf3108fcf02f0e8b6cd3923b0cdc35bc0ee8c9
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_INSTALL_LIBDIR=lib
Expand Down

0 comments on commit a562dda

Please sign in to comment.