Skip to content

Commit 9ae55e7

Browse files
authored
Fix Librats EDL Include
Given the definition of the LIB_RATS vars, this line should be fixed in this way.
1 parent c883faf commit 9ae55e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • product-mini/platforms/linux-sgx/enclave-sample

product-mini/platforms/linux-sgx/enclave-sample/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Enclave_Edl_Search_Path = --search-path ../Enclave \
171171
--search-path $(SGX_SDK)/include \
172172
--search-path $(WAMR_ROOT)/core/shared/platform/linux-sgx
173173
ifeq ($(WAMR_BUILD_LIB_RATS), 1)
174-
Enclave_Edl_Search_Path += --search-path $(LIB_RATS_INCLUDE_DIR)/librats/edl --search-path $(SGX_SSL)/include
174+
Enclave_Edl_Search_Path += --search-path $(LIB_RATS_INCLUDE_DIR)/edl --search-path $(SGX_SSL)/include
175175
endif
176176

177177

0 commit comments

Comments
 (0)