From e07859026d378aca97d513c0a592a69db506973b Mon Sep 17 00:00:00 2001 From: Giovanni Mazzeo Date: Wed, 23 Apr 2025 11:51:29 +0200 Subject: [PATCH] Update Makefile --- product-mini/platforms/linux-sgx/enclave-sample/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product-mini/platforms/linux-sgx/enclave-sample/Makefile b/product-mini/platforms/linux-sgx/enclave-sample/Makefile index 82f46e900..f82440bc1 100644 --- a/product-mini/platforms/linux-sgx/enclave-sample/Makefile +++ b/product-mini/platforms/linux-sgx/enclave-sample/Makefile @@ -20,8 +20,8 @@ WAMR_BUILD_LIBC_WASI = 1 VMLIB_BUILD_DIR ?= $(CURDIR)/../build LIB_RATS_SRC ?= $(VMLIB_BUILD_DIR)/_deps/librats-build -LIB_RATS_INSTALL_DIR := $(VMLIB_BUILD_DIR)/librats/build -LIB_RATS_INCLUDE_DIR := $(VMLIB_BUILD_DIR)/librats/include +LIB_RATS_INSTALL_DIR := $(VMLIB_BUILD_DIR)/_deps/librats-build +LIB_RATS_INCLUDE_DIR := $(VMLIB_BUILD_DIR)/_deps/librats-src/include ifeq ($(shell getconf LONG_BIT), 32) SGX_ARCH := x86