Commit 6e18eb25 by Nick Hynes Committed by Tianqi Chen

Add missing sgx includes (#2878)

parent 2d5a0720
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment