From ca2d636ef3128a31bc7194ab9f8b6d406fa52154 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Fri, 14 Jul 2023 17:23:20 +0800 Subject: [PATCH] Update amalgamate.py --- amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amalgamate.py b/amalgamate.py index 9cb58f25..e02d002c 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -10,7 +10,7 @@ pipeline = [ ["obj.h", "dict.h", "codeobject.h", "frame.h"], ["gc.h", "vm.h", "ceval.h", "expr.h", "compiler.h", "repl.h"], ["_generated.h", "cffi.h", "bindings.h", "iter.h", "base64.h", "random.h", "re.h", "linalg.h", "easing.h", "io.h"], - ["pocketpy.h"] + ["pocketpy.h", "pocketpy_c.h"] ] copied = set()