Skip to content

Commit e078590

Browse files
authored
Update Makefile
1 parent 10d579c commit e078590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ WAMR_BUILD_LIBC_WASI = 1
2020

2121
VMLIB_BUILD_DIR ?= $(CURDIR)/../build
2222
LIB_RATS_SRC ?= $(VMLIB_BUILD_DIR)/_deps/librats-build
23-
LIB_RATS_INSTALL_DIR := $(VMLIB_BUILD_DIR)/librats/build
24-
LIB_RATS_INCLUDE_DIR := $(VMLIB_BUILD_DIR)/librats/include
23+
LIB_RATS_INSTALL_DIR := $(VMLIB_BUILD_DIR)/_deps/librats-build
24+
LIB_RATS_INCLUDE_DIR := $(VMLIB_BUILD_DIR)/_deps/librats-src/include
2525

2626
ifeq ($(shell getconf LONG_BIT), 32)
2727
SGX_ARCH := x86

0 commit comments

Comments
 (0)