mirror of https://github.com/pyodide/pyodide.git
Update libffi tag (#2772)
Since the Emscripten update, libffi can support closures with up to 1000 arguments.
This commit is contained in:
parent
23c5587cfb
commit
55a53df4a5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue