Skip to content

Commit

Permalink
Merge pull request #66 from randoruf/master-1
Browse files Browse the repository at this point in the history
Update URTS_LD_LIBRARY_PATH in app bench
  • Loading branch information
jovanbulck authored Aug 18, 2023
2 parents 4c59c80 + 80f0fc2 commit 4d9d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bench/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ifeq ($(SGX_SDK),)
endif
export SGX_SDK
ifneq ($(SGX_SDK), /opt/intel/sgxsdk)
URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/sdk/intel-sdk/linux-sgx/psw/urts/linux
endif

ENCLAVE = Enclave
Expand Down

0 comments on commit 4d9d807

Please sign in to comment.