mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Fix build failure on esp-idf platform (#2991)
Reported in https://github.com/bytecodealliance/wasm-micro-runtime/issues/2989.
This commit is contained in:
parent
722381fcf2
commit
0d4ade6b4c
|
@ -10,6 +10,9 @@ include_directories(${PLATFORM_SHARED_DIR}/../include)
|
|||
|
||||
file (GLOB_RECURSE source_all ${PLATFORM_SHARED_DIR}/*.c)
|
||||
|
||||
include (${CMAKE_CURRENT_LIST_DIR}/../common/libc-util/platform_common_libc_util.cmake)
|
||||
set (source_all ${source_all} ${PLATFORM_COMMON_LIBC_UTIL_SOURCE})
|
||||
|
||||
set (PLATFORM_SHARED_SOURCE ${source_all} ${PLATFORM_COMMON_MATH_SOURCE})
|
||||
|
||||
# If enable PSRAM of ESP32-S3, it had better to put AOT into PSRAM, so that
|
||||
|
|
Loading…
Reference in New Issue
Block a user