Skip to content

Commit 864364d

Browse files
authored
Merge pull request #464 from llly/fix_sample_typo
Fix a typo in LocalAttestation sample code Signed-off-by: Zhang Lili Z <[email protected]>
2 parents 344abb4 + 033054a commit 864364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleCode/LocalAttestation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ endif
156156

157157
Enclave_C_Flags += $(Enclave_Include_Paths)
158158
Enclave_Cxx_Flags := $(Enclave_C_Flags) $(SGX_COMMON_CXXFLAGS) -nostdinc++
159-
Enclave_C_Flasg += $(SGX_COMMON_CFLAGS)
159+
Enclave_C_Flags += $(SGX_COMMON_CFLAGS)
160160

161161
# Enable the security flags
162162
Enclave_Security_Link_Flags := -Wl,-z,relro,-z,now,-z,noexecstack

0 commit comments

Comments
 (0)