From 55a53df4a5778e406881a745b0eed43139451e3c Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Thu, 23 Jun 2022 12:05:40 -0700 Subject: [PATCH] Update libffi tag (#2772) Since the Emscripten update, libffi can support closures with up to 1000 arguments. --- cpython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpython/Makefile b/cpython/Makefile index 7c7d45e40..4184da524 100644 --- a/cpython/Makefile +++ b/cpython/Makefile @@ -26,7 +26,7 @@ BZIP2URL=https://sourceware.org/pub/bzip2/bzip2-1.0.2.tar.gz FFIBUILD=$(ROOT)/build/libffi LIBFFIREPO=https://github.com/hoodmane/libffi-emscripten -LIBFFI_TAG=2022-04-03 +LIBFFI_TAG=2022-06-23 all: $(INSTALL)/lib/$(LIB) $(INSTALL)/lib/libffi.a