Skip to content

Commit 2ef5686

Browse files
committed
fix default sdk path
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 7868dbb commit 2ef5686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/hello-rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Paths
2-
SGX_SDK ?= /opt/sgxsdk
2+
SGX_SDK ?= /opt/intel/sgxsdk
33
DEBUG := 0
44
ifeq ($(DEBUG), 0)
55
PROFILE := release

unit-test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Paths
2-
SGX_SDK ?= /opt/sgxsdk
2+
SGX_SDK ?= /opt/intel/sgxsdk
33
DEBUG := 0
44
ifeq ($(DEBUG), 0)
55
PROFILE := release

0 commit comments

Comments
 (0)