Skip to content

Commit 0cea769

Browse files
authored
Fix sample sgx-ra build error (#1544)
1 parent 5710245 commit 0cea769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sgx-ra/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ execute_process (
7171
################ wamr runtime ###################
7272
add_custom_target (
7373
iwasm ALL
74-
DEPENDS vmlib_untrusted vmlib_untrusted
74+
DEPENDS vmlib_untrusted vmlib_untrusted vmlib
7575
COMMAND make -C ${SGX_PLATFORM_DIR}/enclave-sample SGX_MODE=HW SGX_DEBUG=1 VMLIB_BUILD_DIR=${CMAKE_BINARY_DIR}
7676
COMMAND ${CMAKE_COMMAND} -E copy ${SGX_PLATFORM_DIR}/enclave-sample/enclave.signed.so ${CMAKE_BINARY_DIR}
7777
COMMAND ${CMAKE_COMMAND} -E copy ${SGX_PLATFORM_DIR}/enclave-sample/iwasm ${CMAKE_BINARY_DIR}

0 commit comments

Comments
 (0)