Skip to content

Commit

Permalink
Use fixed WABT
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 2, 2020
1 parent bd3a511 commit 74270c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ProjectWabt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ endif()
ExternalProject_Add(wabt
EXCLUDE_FROM_ALL 1
PREFIX ${prefix}
DOWNLOAD_NAME wabt-1.0.19.tar.gz
DOWNLOAD_NAME wabt-fixes.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/WebAssembly/wabt/archive/1.0.19.tar.gz
URL_HASH SHA256=134f2afc8205d0a3ab89c5f0d424ff3823e9d2769c39d2235aa37eba7abc15ba
URL https://github.com/ewasm/wabt/archive/fixes.tar.gz
URL_HASH SHA256=a5f6c1e0b22264087118956081a666c2032bf783cbfead49d3cd541334fff763
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Expand Down

0 comments on commit 74270c7

Please sign in to comment.