Skip to content

Commit

Permalink
Add missing sgx includes (apache#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes authored and wweic committed Mar 24, 2019
1 parent 2cf1a8e commit 589d098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/modules/SGX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ if(NOT USE_SGX STREQUAL "OFF")
-L${USE_SGX}/lib64 -l${_urts_lib}
-L${RUST_SGX_SDK}/sgx_ustdc -lsgx_ustdc)
list(APPEND RUNTIME_SRCS ${RUNTIME_SGX_SRCS})

include_directories(${RUST_SGX_SDK}/edl ${RUST_SGX_SDK}/common)
endif()

0 comments on commit 589d098

Please sign in to comment.