Skip to content

Commit 578fbc5

Browse files
authored
Fix fast-jit build error (#2023)
1 parent ea6cef7 commit 578fbc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/iwasm/fast-jit/iwasm_fast_jit.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ if (WAMR_BUILD_TARGET STREQUAL "X86_64" OR WAMR_BUILD_TARGET STREQUAL "AMD_64")
1616
FetchContent_Declare(
1717
asmjit
1818
GIT_REPOSITORY https://github.com/asmjit/asmjit.git
19+
GIT_TAG c1019f1642a588107148f64ba54584b0ae3ec8d1
1920
)
2021
else ()
2122
FetchContent_Declare(
2223
asmjit
2324
GIT_REPOSITORY https://github.com/asmjit/asmjit.git
25+
GIT_TAG c1019f1642a588107148f64ba54584b0ae3ec8d1
2426
PATCH_COMMAND git apply ${IWASM_FAST_JIT_DIR}/asmjit_sgx_patch.diff
2527
)
2628
endif ()

0 commit comments

Comments
 (0)