From 68adb0c5b841cc0f2631a525d61c0b8c046529d3 Mon Sep 17 00:00:00 2001 From: Radhika Jandhyala Date: Wed, 29 May 2024 19:34:53 +0000 Subject: [PATCH] Update Makefile to add latest v0.19.x commit Signed-off-by: Radhika Jandhyala --- third_party/openenclave/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/openenclave/Makefile b/third_party/openenclave/Makefile index bed0cfd81..1f00707b9 100644 --- a/third_party/openenclave/Makefile +++ b/third_party/openenclave/Makefile @@ -6,7 +6,7 @@ BUILDDIR=${TOP}/build URL=https://github.com/openenclave/openenclave BRANCH=v0.19.x -COMMIT=38cfb435aa78b40546a87d22fa9c61587eeb7f21 +COMMIT=b0640caaaf8241bbcf9b64ab979194e688c43e34 OPENENCLAVE_INSTALL_PREFIX=$(BUILDDIR)/openenclave OPENENCLAVE_SRC = $(CURDIR)/openenclave