We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c883faf commit 9ae55e7Copy full SHA for 9ae55e7
1 file changed
product-mini/platforms/linux-sgx/enclave-sample/Makefile
@@ -171,7 +171,7 @@ Enclave_Edl_Search_Path = --search-path ../Enclave \
171
--search-path $(SGX_SDK)/include \
172
--search-path $(WAMR_ROOT)/core/shared/platform/linux-sgx
173
ifeq ($(WAMR_BUILD_LIB_RATS), 1)
174
- Enclave_Edl_Search_Path += --search-path $(LIB_RATS_INCLUDE_DIR)/librats/edl --search-path $(SGX_SSL)/include
+ Enclave_Edl_Search_Path += --search-path $(LIB_RATS_INCLUDE_DIR)/edl --search-path $(SGX_SSL)/include
175
endif
176
177
0 commit comments