We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d053f55 commit 58ccc6dCopy full SHA for 58ccc6d
1 file changed
core/iwasm/aot/iwasm_aot.cmake
@@ -28,7 +28,7 @@ if (WAMR_BUILD_AOT_VALIDATOR EQUAL 1)
28
list (APPEND c_source_all ${IWASM_AOT_DIR}/aot_validator.c)
29
endif ()
30
31
-if (WAMR_BUILD_WAMR_COMPILER EQUAL 1)
+if (WAMR_BUILD_WAMR_COMPILER EQUAL 1 AND WAMR_BUILD_AOT EQUAL 0)
32
# AOT reloc functions are not used during AOT compilation
33
set (arch_source ${IWASM_AOT_DIR}/arch/aot_reloc_dummy.c)
34
elseif (WAMR_BUILD_TARGET STREQUAL "X86_64" OR WAMR_BUILD_TARGET STREQUAL "AMD_64")
0 commit comments