Change the declaration of SGX_SDK environment variable

This commit is contained in:
zqs 2021-08-13 04:20:03 +08:00 committed by Zongmin.Gu
parent f73d417847
commit 3df12943a1

@ -88,7 +88,7 @@ install: minimal_sgx_libs
@echo "Installation is done."
SGX_SDK=/opt/intel/sgxsdk
SGX_SDK ?= /opt/intel/sgxsdk
# Install minimum sgx-sdk set to support Occlum cmd execution in non-customized sgx-sdk environment
minimal_sgx_libs: $(SGX_SDK)/lib64/libsgx_uae_service_sim.so $(SGX_SDK)/lib64/libsgx_quote_ex_sim.so
@echo "Install needed sgx-sdk tools ..."