Skip to content

Commit 4573011

Browse files
committed
use binaryen 1.39.1
1 parent 75c12b7 commit 4573011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ProjectBinaryen.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ endif()
4343

4444
ExternalProject_Add(binaryen
4545
PREFIX ${prefix}
46-
DOWNLOAD_NAME version_89.tar.gz
46+
DOWNLOAD_NAME binaryen-1.39.1.tar.gz
4747
DOWNLOAD_DIR ${prefix}/downloads
4848
SOURCE_DIR ${source_dir}
4949
BINARY_DIR ${binary_dir}
50-
URL https://github.com/WebAssembly/binaryen/archive/version_89.tar.gz
51-
URL_HASH SHA256=e8b35e751cc9b90ce4c4a9d309595ee9c3afac2964fd0c4cc06c12ec43f6d55e
50+
URL https://github.com/WebAssembly/binaryen/archive/1.39.1.tar.gz
51+
URL_HASH SHA256=4852a676c383efffa368e58f2abf3108fcf02f0e8b6cd3923b0cdc35bc0ee8c9
5252
CMAKE_ARGS
5353
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
5454
-DCMAKE_INSTALL_LIBDIR=lib

0 commit comments

Comments
 (0)