Skip to content

Commit 5c8ebb4

Browse files
committed
Modify core/shared/platform/linux-sgx/shared_platform.cmake to remove unnecessary PLATFORM_COMMON_MEMORY_SOURCE
1 parent 4d1fc9a commit 5c8ebb4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/shared/platform/linux-sgx/shared_platform.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ else()
3737
set(source_all ${source_all} ${PLATFORM_COMMON_LIBC_UTIL_SOURCE})
3838
endif()
3939

40-
set (source_all ${source_all} ${PLATFORM_COMMON_MEMORY_SOURCE})
41-
4240
file (GLOB source_all_untrusted ${PLATFORM_SHARED_DIR}/untrusted/*.c)
4341

4442
set (PLATFORM_SHARED_SOURCE ${source_all})

0 commit comments

Comments
 (0)