Skip to content

Commit 8f15d2a

Browse files
nhynesMarisaKirisame
authored andcommitted
Add missing sgx includes (apache#2878)
1 parent cd43395 commit 8f15d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/modules/SGX.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ if(NOT USE_SGX STREQUAL "OFF")
4848
-L${USE_SGX}/lib64 -l${_urts_lib}
4949
-L${RUST_SGX_SDK}/sgx_ustdc -lsgx_ustdc)
5050
list(APPEND RUNTIME_SRCS ${RUNTIME_SGX_SRCS})
51+
52+
include_directories(${RUST_SGX_SDK}/edl ${RUST_SGX_SDK}/common)
5153
endif()

0 commit comments

Comments
 (0)