Update amalgamate.py

This commit is contained in:
BLUELOVETH 2023-07-14 17:23:20 +08:00
parent 9d91801626
commit ca2d636ef3

View File

@ -10,7 +10,7 @@ pipeline = [
["obj.h", "dict.h", "codeobject.h", "frame.h"], ["obj.h", "dict.h", "codeobject.h", "frame.h"],
["gc.h", "vm.h", "ceval.h", "expr.h", "compiler.h", "repl.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"], ["_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() copied = set()