mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-10 06:23:45 +00:00
Compare commits
2 Commits
29f72f56e6
...
49985986e8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
49985986e8 | ||
![]() |
58ccc6d267 |
|
@ -28,7 +28,7 @@ if (WAMR_BUILD_AOT_VALIDATOR EQUAL 1)
|
|||
list (APPEND c_source_all ${IWASM_AOT_DIR}/aot_validator.c)
|
||||
endif ()
|
||||
|
||||
if (WAMR_BUILD_WAMR_COMPILER EQUAL 1)
|
||||
if (WAMR_BUILD_WAMR_COMPILER EQUAL 1 AND WAMR_BUILD_AOT EQUAL 0)
|
||||
# AOT reloc functions are not used during AOT compilation
|
||||
set (arch_source ${IWASM_AOT_DIR}/arch/aot_reloc_dummy.c)
|
||||
elseif (WAMR_BUILD_TARGET STREQUAL "X86_64" OR WAMR_BUILD_TARGET STREQUAL "AMD_64")
|
||||
|
|
Loading…
Reference in New Issue
Block a user